hoodkit
    Preparing search index...

    Interface TwapSlicePlan

    The plan for one TWAP slice.

    interface TwapSlicePlan {
        amountIn: bigint;
        index: number;
        total: number;
    }

    Hierarchy (View Summary)

    Index
    amountIn: bigint
    index: number
    total: number