Documentation
Preparing search index...
@orca-so/whirlpools-client
SetRewardAuthorityBySuperAuthorityInput
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
new
Reward
Authority
reward
Emissions
Super
Authority
reward
Index
whirlpool
whirlpools
Config
Properties
new
Reward
Authority
newRewardAuthority
:
Address
<
TAccountNewRewardAuthority
>
reward
Emissions
Super
Authority
rewardEmissionsSuperAuthority
:
TransactionSigner
<
TAccountRewardEmissionsSuperAuthority
,
>
reward
Index
rewardIndex
:
SetRewardAuthorityBySuperAuthorityInstructionDataArgs
[
"rewardIndex"
]
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Reward
Authority
reward
Emissions
Super
Authority
reward
Index
whirlpool
whirlpools
Config
Documentation
Loading...