Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
SetRewardAuthorityInput
Interface SetRewardAuthorityInput<TAccountWhirlpool, TAccountRewardAuthority, TAccountNewRewardAuthority>
interface
SetRewardAuthorityInput
<
TAccountWhirlpool
extends
string
=
string
,
TAccountRewardAuthority
extends
string
=
string
,
TAccountNewRewardAuthority
extends
string
=
string
,
>
{
newRewardAuthority
:
Address
<
TAccountNewRewardAuthority
>
;
rewardAuthority
:
TransactionSigner
<
TAccountRewardAuthority
>
;
rewardIndex
:
number
;
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
:
number
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
Coda by Ian Macalinao
Loading...