GitHub
NPM
Preparing search index...
The search index is not available
Steer Protocol SDK - v1.19.17
Steer Protocol SDK
index
UniswapQuoteParams
Interface UniswapQuoteParams
Quote parameters for Uniswap V3 style quoters (fee-based)
interface
UniswapQuoteParams
{
tokenIn
:
`
0x
${
string
}
`
;
tokenOut
:
`
0x
${
string
}
`
;
amountIn
:
bigint
;
fee
:
number
;
sqrtPriceLimitX96
?:
bigint
;
}
Hierarchy (
View Summary
)
BaseQuoteParams
UniswapQuoteParams
Index
Properties
token
In
token
Out
amount
In
fee
sqrt
Price
Limit
X96?
Properties
token
In
tokenIn
:
`
0x
${
string
}
`
token
Out
tokenOut
:
`
0x
${
string
}
`
amount
In
amountIn
:
bigint
fee
fee
:
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
fee
sqrt
Price
Limit
X96
GitHub
NPM
Steer Protocol SDK - v1.19.17
Loading...
Quote parameters for Uniswap V3 style quoters (fee-based)