Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-spl-stake-pool
UpdateValidatorListBalanceInstruction
Type Alias UpdateValidatorListBalanceInstruction<TProgram, TAccountStakePool, TAccountWithdrawAuthority, TAccountValidatorList, TAccountReserveStake, TAccountClockSysvar, TAccountStakeHistorySysvar, TAccountStakeProgram, TRemainingAccounts>
UpdateValidatorListBalanceInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountStakePool
extends
string
?
ReadonlyAccount
<
TAccountStakePool
>
:
TAccountStakePool
,
TAccountWithdrawAuthority
extends
string
?
ReadonlyAccount
<
TAccountWithdrawAuthority
>
:
TAccountWithdrawAuthority
,
TAccountValidatorList
extends
string
?
WritableAccount
<
TAccountValidatorList
>
:
TAccountValidatorList
,
TAccountReserveStake
extends
string
?
WritableAccount
<
TAccountReserveStake
>
:
TAccountReserveStake
,
TAccountClockSysvar
extends
string
?
ReadonlyAccount
<
TAccountClockSysvar
>
:
TAccountClockSysvar
,
TAccountStakeHistorySysvar
extends
string
?
ReadonlyAccount
<
TAccountStakeHistorySysvar
>
:
TAccountStakeHistorySysvar
,
TAccountStakeProgram
extends
string
?
ReadonlyAccount
<
TAccountStakeProgram
>
:
TAccountStakeProgram
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
SPL_STAKE_POOL_PROGRAM_ADDRESS
TAccountStakePool
extends
string
|
AccountMeta
=
string
TAccountWithdrawAuthority
extends
string
|
AccountMeta
=
string
TAccountValidatorList
extends
string
|
AccountMeta
=
string
TAccountReserveStake
extends
string
|
AccountMeta
=
string
TAccountClockSysvar
extends
string
|
AccountMeta
=
"SysvarC1ock11111111111111111111111111111111"
TAccountStakeHistorySysvar
extends
string
|
AccountMeta
=
"SysvarStakeHistory1111111111111111111111111"
TAccountStakeProgram
extends
string
|
AccountMeta
=
"Stake11111111111111111111111111111111111111"
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...