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

SetRewardAuthorityBySuperAuthorityInput: {
    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

Type declaration