Documentation
    Preparing search index...
    interface PositionFacade {
        feeGrowthCheckpointA: bigint;
        feeGrowthCheckpointB: bigint;
        feeOwedA: bigint;
        feeOwedB: bigint;
        liquidity: bigint;
        rewardInfos: PositionRewardInfoFacade[];
        tickLowerIndex: number;
        tickUpperIndex: number;
    }
    Index

    Properties

    feeGrowthCheckpointA: bigint
    feeGrowthCheckpointB: bigint
    feeOwedA: bigint
    feeOwedB: bigint
    liquidity: bigint
    tickLowerIndex: number
    tickUpperIndex: number