interface PositionFacade {
    feeGrowthCheckpointA: bigint;
    feeGrowthCheckpointB: bigint;
    feeOwedA: bigint;
    feeOwedB: bigint;
    liquidity: bigint;
    rewardInfos: PositionRewardInfoFacade[];
    tickLowerIndex: number;
    tickUpperIndex: number;
}

Properties

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