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