Documentation
    Preparing search index...
    type PositionArgs = {
        feeGrowthCheckpointA: number | bigint;
        feeGrowthCheckpointB: number | bigint;
        feeOwedA: number | bigint;
        feeOwedB: number | bigint;
        liquidity: number | bigint;
        positionMint: Address;
        rewardInfos: PositionRewardInfoArgs[];
        tickLowerIndex: number;
        tickUpperIndex: number;
        whirlpool: Address;
    }
    Index

    Properties

    feeGrowthCheckpointA: number | bigint
    feeGrowthCheckpointB: number | bigint
    feeOwedA: number | bigint
    feeOwedB: number | bigint
    liquidity: number | bigint
    positionMint: Address
    rewardInfos: PositionRewardInfoArgs[]
    tickLowerIndex: number
    tickUpperIndex: number
    whirlpool: Address