Documentation
    Preparing search index...

    Type Alias CollectRewardsQuoteParam

    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.

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

    Properties

    position: PositionData
    tickLower: TickData
    tickUpper: TickData
    timeStampInSeconds?: BN
    whirlpool: WhirlpoolData