Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-spl-stake-pool
InitializeInstruction
Type Alias InitializeInstruction<TProgram, TAccountStakePool, TAccountManager, TAccountStaker, TAccountWithdrawAuthority, TAccountValidatorList, TAccountReserveStake, TAccountPoolMint, TAccountFeeAccount, TAccountTokenProgram, TAccountDepositAuthority, TRemainingAccounts>
InitializeInstruction
:
Instruction
<
TProgram
>
&
InstructionWithData
<
ReadonlyUint8Array
,
>
&
InstructionWithAccounts
<
[
TAccountStakePool
extends
string
?
WritableAccount
<
TAccountStakePool
>
:
TAccountStakePool
,
TAccountManager
extends
string
?
ReadonlySignerAccount
<
TAccountManager
>
&
AccountSignerMeta
<
TAccountManager
,
>
:
TAccountManager
,
TAccountStaker
extends
string
?
ReadonlyAccount
<
TAccountStaker
>
:
TAccountStaker
,
TAccountWithdrawAuthority
extends
string
?
ReadonlyAccount
<
TAccountWithdrawAuthority
>
:
TAccountWithdrawAuthority
,
TAccountValidatorList
extends
string
?
WritableAccount
<
TAccountValidatorList
>
:
TAccountValidatorList
,
TAccountReserveStake
extends
string
?
ReadonlyAccount
<
TAccountReserveStake
>
:
TAccountReserveStake
,
TAccountPoolMint
extends
string
?
ReadonlyAccount
<
TAccountPoolMint
>
:
TAccountPoolMint
,
TAccountFeeAccount
extends
string
?
ReadonlyAccount
<
TAccountFeeAccount
>
:
TAccountFeeAccount
,
TAccountTokenProgram
extends
string
?
ReadonlyAccount
<
TAccountTokenProgram
>
:
TAccountTokenProgram
,
TAccountDepositAuthority
extends
string
?
ReadonlyAccount
<
TAccountDepositAuthority
>
:
TAccountDepositAuthority
,
...
TRemainingAccounts
,
]
,
>
Type Parameters
TProgram
extends
string
=
typeof
SPL_STAKE_POOL_PROGRAM_ADDRESS
TAccountStakePool
extends
string
|
AccountMeta
=
string
TAccountManager
extends
string
|
AccountMeta
=
string
TAccountStaker
extends
string
|
AccountMeta
=
string
TAccountWithdrawAuthority
extends
string
|
AccountMeta
=
string
TAccountValidatorList
extends
string
|
AccountMeta
=
string
TAccountReserveStake
extends
string
|
AccountMeta
=
string
TAccountPoolMint
extends
string
|
AccountMeta
=
string
TAccountFeeAccount
extends
string
|
AccountMeta
=
string
TAccountTokenProgram
extends
string
|
AccountMeta
=
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
TAccountDepositAuthority
extends
string
|
AccountMeta
=
string
TRemainingAccounts
extends
readonly
AccountMeta
[]
=
[
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...