Documentation
Preparing search index...
@orca-so/whirlpools-client
SetRewardEmissionsInput
Type Alias SetRewardEmissionsInput<TAccountWhirlpool, TAccountRewardAuthority, TAccountRewardVault>
type
SetRewardEmissionsInput
<
TAccountWhirlpool
extends
string
=
string
,
TAccountRewardAuthority
extends
string
=
string
,
TAccountRewardVault
extends
string
=
string
,
>
=
{
emissionsPerSecondX64
:
SetRewardEmissionsInstructionDataArgs
[
"emissionsPerSecondX64"
]
;
rewardAuthority
:
TransactionSigner
<
TAccountRewardAuthority
>
;
rewardIndex
:
SetRewardEmissionsInstructionDataArgs
[
"rewardIndex"
]
;
rewardVault
:
Address
<
TAccountRewardVault
>
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
}
Type Parameters
TAccountWhirlpool
extends
string
=
string
TAccountRewardAuthority
extends
string
=
string
TAccountRewardVault
extends
string
=
string
Index
Properties
emissions
Per
Second
X64
reward
Authority
reward
Index
reward
Vault
whirlpool
Properties
emissions
Per
Second
X64
emissionsPerSecondX64
:
SetRewardEmissionsInstructionDataArgs
[
"emissionsPerSecondX64"
]
reward
Authority
rewardAuthority
:
TransactionSigner
<
TAccountRewardAuthority
>
reward
Index
rewardIndex
:
SetRewardEmissionsInstructionDataArgs
[
"rewardIndex"
]
reward
Vault
rewardVault
:
Address
<
TAccountRewardVault
>
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
emissions
Per
Second
X64
reward
Authority
reward
Index
reward
Vault
whirlpool
Documentation
Loading...