hoodchain - v0.1.0
Docs home
Architecture
GitHub
Preparing search index...
SwapQuote
Interface SwapQuote
A quote for a concrete route.
interface
SwapQuote
{
amountIn
:
bigint
;
amountOut
:
bigint
;
gasEstimate
:
bigint
;
route
:
SwapRoute
;
}
Index
Properties
amount
In
amount
Out
gas
Estimate
route
Properties
amount
In
amountIn
:
bigint
amount
Out
amountOut
:
bigint
gas
Estimate
gasEstimate
:
bigint
QuoterV2's gas estimate for the swap.
route
route
:
SwapRoute
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
In
amount
Out
gas
Estimate
route
Docs home
Architecture
GitHub
hoodchain - v0.1.0
Loading...
A quote for a concrete route.