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