Preparing search index...
The search index is not available
@clober/v2-sdk
@clober/v2-sdk
Pool
Type alias Pool
Pool
:
{
chainId
:
CHAIN_IDS
;
key
:
`
0x
${
string
}
`
;
market
:
Market
;
isOpened
:
boolean
;
strategy
:
`
0x
${
string
}
`
;
currencyA
:
Currency
;
currencyB
:
Currency
;
currencyLp
:
Currency6909
;
liquidityA
:
{
total
:
CurrencyAmount
;
reserve
:
CurrencyAmount
;
cancelable
:
CurrencyAmount
;
claimable
:
CurrencyAmount
;
}
;
liquidityB
:
{
total
:
CurrencyAmount
;
reserve
:
CurrencyAmount
;
cancelable
:
CurrencyAmount
;
claimable
:
CurrencyAmount
;
}
;
totalSupply
:
Currency6909Amount
;
orderListA
:
string
[]
;
orderListB
:
string
[]
;
paused
:
boolean
;
}
Type declaration
chain
Id
:
CHAIN_IDS
key
:
`
0x
${
string
}
`
market
:
Market
is
Opened
:
boolean
strategy
:
`
0x
${
string
}
`
currencyA
:
Currency
currencyB
:
Currency
currency
Lp
:
Currency6909
liquidityA
:
{
total
:
CurrencyAmount
;
reserve
:
CurrencyAmount
;
cancelable
:
CurrencyAmount
;
claimable
:
CurrencyAmount
;
}
total
:
CurrencyAmount
reserve
:
CurrencyAmount
cancelable
:
CurrencyAmount
claimable
:
CurrencyAmount
liquidityB
:
{
total
:
CurrencyAmount
;
reserve
:
CurrencyAmount
;
cancelable
:
CurrencyAmount
;
claimable
:
CurrencyAmount
;
}
total
:
CurrencyAmount
reserve
:
CurrencyAmount
cancelable
:
CurrencyAmount
claimable
:
CurrencyAmount
total
Supply
:
Currency6909Amount
order
ListA
:
string
[]
order
ListB
:
string
[]
paused
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@clober/v2-sdk
Loading...