GitHub
NPM
Preparing search index...
The search index is not available
Steer Protocol SDK - v3.4.3
Steer Protocol SDK
index
CanonicalCurrencyInitialPrice
Interface CanonicalCurrencyInitialPrice
A canonical raw-currency ratio and its Q64.96 initialization price.
interface
CanonicalCurrencyInitialPrice
{
currency0
:
`
0x
${
string
}
`
;
currency1
:
`
0x
${
string
}
`
;
amount0Raw
:
bigint
;
amount1Raw
:
bigint
;
sqrtPriceX96
:
bigint
;
baseCurrencyIsCurrency0
:
boolean
;
}
Hierarchy (
View Summary
)
CanonicalCurrencyPair
CanonicalCurrencyInitialPrice
Index
Properties
currency0
currency1
amount0
Raw
amount1
Raw
sqrt
Price
X96
base
Currency
Is
Currency0
Properties
Readonly
currency0
currency0
:
`
0x
${
string
}
`
Readonly
currency1
currency1
:
`
0x
${
string
}
`
Readonly
amount0
Raw
amount0Raw
:
bigint
Readonly
amount1
Raw
amount1Raw
:
bigint
Readonly
sqrt
Price
X96
sqrtPriceX96
:
bigint
Readonly
base
Currency
Is
Currency0
baseCurrencyIsCurrency0
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency0
currency1
amount0
Raw
amount1
Raw
sqrt
Price
X96
base
Currency
Is
Currency0
GitHub
NPM
Steer Protocol SDK - v3.4.3
Loading...
A canonical raw-currency ratio and its Q64.96 initialization price.