Documentation
    Preparing search index...
    type Position = {
        discriminator: ReadonlyUint8Array;
        feeGrowthCheckpointA: bigint;
        feeGrowthCheckpointB: bigint;
        feeOwedA: bigint;
        feeOwedB: bigint;
        liquidity: bigint;
        positionMint: Address;
        rewardInfos: PositionRewardInfo[];
        tickLowerIndex: number;
        tickUpperIndex: number;
        whirlpool: Address;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    feeGrowthCheckpointA: bigint
    feeGrowthCheckpointB: bigint
    feeOwedA: bigint
    feeOwedB: bigint
    liquidity: bigint
    positionMint: Address
    rewardInfos: PositionRewardInfo[]
    tickLowerIndex: number
    tickUpperIndex: number
    whirlpool: Address