Documentation
    Preparing search index...

    Interface TickArrayRequest

    A request to fetch the tick-arrays that a swap may traverse across.

    interface TickArrayRequest {
        aToB: boolean;
        tickCurrentIndex: number;
        tickSpacing: number;
        whirlpoolAddress: PublicKey;
    }
    Index

    Properties

    aToB: boolean
    tickCurrentIndex: number
    tickSpacing: number
    whirlpoolAddress: PublicKey