Documentation
Preparing search index...
@orca-so/whirlpools-client
SetRewardAuthorityInput
Type Alias SetRewardAuthorityInput<TAccountWhirlpool, TAccountRewardAuthority, TAccountNewRewardAuthority>
type
SetRewardAuthorityInput
<
TAccountWhirlpool
extends
string
=
string
,
TAccountRewardAuthority
extends
string
=
string
,
TAccountNewRewardAuthority
extends
string
=
string
,
>
=
{
newRewardAuthority
:
Address
<
TAccountNewRewardAuthority
>
;
rewardAuthority
:
TransactionSigner
<
TAccountRewardAuthority
>
;
rewardIndex
:
SetRewardAuthorityInstructionDataArgs
[
"rewardIndex"
]
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
}
Type Parameters
TAccountWhirlpool
extends
string
=
string
TAccountRewardAuthority
extends
string
=
string
TAccountNewRewardAuthority
extends
string
=
string
Index
Properties
new
Reward
Authority
reward
Authority
reward
Index
whirlpool
Properties
new
Reward
Authority
newRewardAuthority
:
Address
<
TAccountNewRewardAuthority
>
reward
Authority
rewardAuthority
:
TransactionSigner
<
TAccountRewardAuthority
>
reward
Index
rewardIndex
:
SetRewardAuthorityInstructionDataArgs
[
"rewardIndex"
]
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Reward
Authority
reward
Authority
reward
Index
whirlpool
Documentation
Loading...