Skip to content

Latest commit

 

History

History
93 lines (65 loc) · 2.38 KB

types.md

File metadata and controls

93 lines (65 loc) · 2.38 KB

Types

AssetData

Ƭ AssetData: Object

Type declaration

Name Type
local string
adopted string
canonical_id string
canonical_domain string
domain string
key string
id string

Pool

Ƭ Pool: Object

Type declaration

Name Type
domainId string
name string
symbol string
local PoolAsset
adopted PoolAsset
lpTokenAddress string
canonicalHash string
swapFee string
adminFee string
address? string

PoolAsset

Ƭ PoolAsset: Object

Type declaration

Name Type
address string
name string
symbol string
decimals number
index number
balance BigNumber

ConnextSupport

Ƭ ConnextSupport: Object

Type declaration

Name Type
assets string[]
chainId number
domainId string
name string

XTransferStatus

Ƭ XTransferStatus: Object

Type declaration

NameTypeValue
XCalledstring"XCalled"
Executedstring"Executed"
Reconciledstring"Reconciled"
CompletedFaststring"CompletedFast"
CompletedSlowstring"CompletedSlow"

XTransferErrorStatus

Ƭ XTransferStatus: Object

Type declaration

Name Type Value
LowSlippage string "LowSlippage"
LowRelayerFee string "LowRelayerFee"
ExecutionError string "ExecutionError"
NoBidsReceived string "NoBidsReceived"