GitHub
NPM
Preparing search index...
The search index is not available
Steer Protocol SDK - v1.19.17
Steer Protocol SDK
index
AlgebraQuoteParams
Interface AlgebraQuoteParams
Quote parameters for Algebra style quoters (limit price)
interface
AlgebraQuoteParams
{
tokenIn
:
`
0x
${
string
}
`
;
tokenOut
:
`
0x
${
string
}
`
;
amountIn
:
bigint
;
limitSqrtPrice
?:
bigint
;
}
Hierarchy (
View Summary
)
BaseQuoteParams
AlgebraQuoteParams
Index
Properties
token
In
token
Out
amount
In
limit
Sqrt
Price?
Properties
token
In
tokenIn
:
`
0x
${
string
}
`
token
Out
tokenOut
:
`
0x
${
string
}
`
amount
In
amountIn
:
bigint
Optional
limit
Sqrt
Price
limitSqrtPrice
?:
bigint
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
In
token
Out
amount
In
limit
Sqrt
Price
GitHub
NPM
Steer Protocol SDK - v1.19.17
Loading...
Quote parameters for Algebra style quoters (limit price)