Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-spl-stake-pool
UpdateValidatorListBalanceInput
Interface UpdateValidatorListBalanceInput<TAccountStakePool, TAccountWithdrawAuthority, TAccountValidatorList, TAccountReserveStake, TAccountClockSysvar, TAccountStakeHistorySysvar, TAccountStakeProgram>
interface
UpdateValidatorListBalanceInput
<
TAccountStakePool
extends
string
=
string
,
TAccountWithdrawAuthority
extends
string
=
string
,
TAccountValidatorList
extends
string
=
string
,
TAccountReserveStake
extends
string
=
string
,
TAccountClockSysvar
extends
string
=
string
,
TAccountStakeHistorySysvar
extends
string
=
string
,
TAccountStakeProgram
extends
string
=
string
,
>
{
clockSysvar
?:
Address
<
TAccountClockSysvar
>
;
noMerge
:
boolean
;
reserveStake
:
Address
<
TAccountReserveStake
>
;
stakeHistorySysvar
?:
Address
<
TAccountStakeHistorySysvar
>
;
stakePool
:
Address
<
TAccountStakePool
>
;
stakeProgram
?:
Address
<
TAccountStakeProgram
>
;
startIndex
:
number
;
validatorList
:
Address
<
TAccountValidatorList
>
;
withdrawAuthority
:
Address
<
TAccountWithdrawAuthority
>
;
}
Type Parameters
TAccountStakePool
extends
string
=
string
TAccountWithdrawAuthority
extends
string
=
string
TAccountValidatorList
extends
string
=
string
TAccountReserveStake
extends
string
=
string
TAccountClockSysvar
extends
string
=
string
TAccountStakeHistorySysvar
extends
string
=
string
TAccountStakeProgram
extends
string
=
string
Index
Properties
clock
Sysvar?
no
Merge
reserve
Stake
stake
History
Sysvar?
stake
Pool
stake
Program?
start
Index
validator
List
withdraw
Authority
Properties
Optional
clock
Sysvar
clockSysvar
?:
Address
<
TAccountClockSysvar
>
no
Merge
noMerge
:
boolean
reserve
Stake
reserveStake
:
Address
<
TAccountReserveStake
>
Optional
stake
History
Sysvar
stakeHistorySysvar
?:
Address
<
TAccountStakeHistorySysvar
>
stake
Pool
stakePool
:
Address
<
TAccountStakePool
>
Optional
stake
Program
stakeProgram
?:
Address
<
TAccountStakeProgram
>
start
Index
startIndex
:
number
validator
List
validatorList
:
Address
<
TAccountValidatorList
>
withdraw
Authority
withdrawAuthority
:
Address
<
TAccountWithdrawAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clock
Sysvar
no
Merge
reserve
Stake
stake
History
Sysvar
stake
Pool
stake
Program
start
Index
validator
List
withdraw
Authority
Coda by Ian Macalinao
Loading...