hoodchain - v0.1.0
    Preparing search index...

    Interface SwapQuote

    A quote for a concrete route.

    interface SwapQuote {
        amountIn: bigint;
        amountOut: bigint;
        gasEstimate: bigint;
        route: SwapRoute;
    }
    Index
    amountIn: bigint
    amountOut: bigint
    gasEstimate: bigint

    QuoterV2's gas estimate for the swap.

    route: SwapRoute