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