Type Alias SetRewardAuthorityParams
SetRewardAuthorityParams: {
newRewardAuthority: PublicKey;
rewardAuthority: PublicKey;
rewardIndex: number;
whirlpool: PublicKey;
}
Type declaration
newRewardAuthority: PublicKey
rewardAuthority: PublicKey
rewardIndex: number
whirlpool: PublicKey
Parameters to update the reward authority at a particular rewardIndex on a Whirlpool.