GitHub
NPM
Preparing search index...
The search index is not available
Steer Protocol SDK - v1.19.17
Steer Protocol SDK
index
ShadowQuoteParams
Interface ShadowQuoteParams
Quote parameters for Shadow quoters (tick spacing)
interface
ShadowQuoteParams
{
tokenIn
:
`
0x
${
string
}
`
;
tokenOut
:
`
0x
${
string
}
`
;
amountIn
:
bigint
;
tickSpacing
:
number
;
sqrtPriceLimitX96
?:
bigint
;
}
Hierarchy (
View Summary
)
BaseQuoteParams
ShadowQuoteParams
Index
Properties
token
In
token
Out
amount
In
tick
Spacing
sqrt
Price
Limit
X96?
Properties
token
In
tokenIn
:
`
0x
${
string
}
`
token
Out
tokenOut
:
`
0x
${
string
}
`
amount
In
amountIn
:
bigint
tick
Spacing
tickSpacing
:
number
Optional
sqrt
Price
Limit
X96
sqrtPriceLimitX96
?:
bigint
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
In
token
Out
amount
In
tick
Spacing
sqrt
Price
Limit
X96
GitHub
NPM
Steer Protocol SDK - v1.19.17
Loading...
Quote parameters for Shadow quoters (tick spacing)