Type Alias SetRewardEmissionsSuperAuthorityParams

SetRewardEmissionsSuperAuthorityParams: {
    newRewardEmissionsSuperAuthority: PublicKey;
    rewardEmissionsSuperAuthority: PublicKey;
    whirlpoolsConfig: PublicKey;
}

Parameters to set rewards emissions for a reward in a Whirlpool

PublicKey for the WhirlpoolsConfig that we want to update.

Current reward emission super authority in this WhirlpoolsConfig

New reward emission super authority for this WhirlpoolsConfig