hoodchain - v0.1.0
    Preparing search index...

    Interface SwapTx

    A ready-to-send swap transaction.

    interface SwapTx {
        amountOutMinimum: bigint;
        data: `0x${string}`;
        deadline: bigint;
        quote: SwapQuote;
        to: `0x${string}`;
        value: bigint;
    }
    Index
    amountOutMinimum: bigint

    amountOutMinimum embedded in the calldata.

    data: `0x${string}`
    deadline: bigint
    quote: SwapQuote

    Quoted output the calldata's minimum was derived from.

    to: `0x${string}`
    value: bigint