hoodkit
    Preparing search index...

    Interface TwapSliceResult

    The outcome of one TWAP slice.

    interface TwapSliceResult {
        amountIn: bigint;
        amountOutMinimum?: bigint;
        error?: string;
        hash?: `0x${string}`;
        index: number;
        quote?: SwapQuote;
        status: "sent" | "simulated" | "skipped" | "failed";
        total: number;
    }

    Hierarchy (View Summary)

    Index
    amountIn: bigint
    amountOutMinimum?: bigint
    error?: string
    hash?: `0x${string}`
    index: number
    quote?: SwapQuote
    status: "sent" | "simulated" | "skipped" | "failed"
    total: number