Documentation
    Preparing search index...

    Type Alias SetRewardEmissionsSuperAuthorityParams

    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

    type SetRewardEmissionsSuperAuthorityParams = {
        newRewardEmissionsSuperAuthority: PublicKey;
        rewardEmissionsSuperAuthority: PublicKey;
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    newRewardEmissionsSuperAuthority: PublicKey
    rewardEmissionsSuperAuthority: PublicKey
    whirlpoolsConfig: PublicKey