Type Alias CollectRewardsQuoteParam

CollectRewardsQuoteParam: {
    position: PositionData;
    tickLower: TickData;
    tickUpper: TickData;
    timeStampInSeconds?: BN;
    tokenExtensionCtx: TokenExtensionContextForReward;
    whirlpool: WhirlpoolData;
}

Parameters needed to generate a quote on collectible rewards on a position.

the account data for the whirlpool this position belongs to

the account data for the position

the TickData account for the lower bound of this position

the TickData account for the upper bound of this position

optional parameter to generate this quote to a unix time stamp.