Documentation
    Preparing search index...

    Type Alias SetRewardAuthorityBySuperAuthorityInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountRewardEmissionsSuperAuthority, TAccountNewRewardAuthority>

    type SetRewardAuthorityBySuperAuthorityInput<
        TAccountWhirlpoolsConfig extends string = string,
        TAccountWhirlpool extends string = string,
        TAccountRewardEmissionsSuperAuthority extends string = string,
        TAccountNewRewardAuthority extends string = string,
    > = {
        newRewardAuthority: Address<TAccountNewRewardAuthority>;
        rewardEmissionsSuperAuthority: TransactionSigner<
            TAccountRewardEmissionsSuperAuthority,
        >;
        rewardIndex: SetRewardAuthorityBySuperAuthorityInstructionDataArgs["rewardIndex"];
        whirlpool: Address<TAccountWhirlpool>;
        whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
    }

    Type Parameters

    • TAccountWhirlpoolsConfig extends string = string
    • TAccountWhirlpool extends string = string
    • TAccountRewardEmissionsSuperAuthority extends string = string
    • TAccountNewRewardAuthority extends string = string
    Index

    Properties

    newRewardAuthority: Address<TAccountNewRewardAuthority>
    rewardEmissionsSuperAuthority: TransactionSigner<
        TAccountRewardEmissionsSuperAuthority,
    >
    whirlpool: Address<TAccountWhirlpool>
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>