Type Alias UpdateFeesAndRewardsParams

UpdateFeesAndRewardsParams: {
    position: PublicKey;
    tickArrayLower: PublicKey;
    tickArrayUpper: PublicKey;
    whirlpool: PublicKey;
}

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.