Documentation
    Preparing search index...

    Type Alias UpdateFeesAndRewardsParams

    Parameters to update fees and reward values for a position.

    PublicKey for the whirlpool that the position will be opened for.

    PublicKey for the position will be opened for.

    PublicKey for the tick-array account that hosts the tick at the lower tick index.

    PublicKey for the tick-array account that hosts the tick at the upper tick index.

    type UpdateFeesAndRewardsParams = {
        position: PublicKey;
        tickArrayLower: PublicKey;
        tickArrayUpper: PublicKey;
        whirlpool: PublicKey;
    }
    Index

    Properties

    position: PublicKey
    tickArrayLower: PublicKey
    tickArrayUpper: PublicKey
    whirlpool: PublicKey