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;
}

Properties

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

Generated using TypeDoc