Preparing search index...
The search index is not available
@solana/spl-token
@solana/spl-token
DecodedWithdrawWithheldTokensFromMintInstructionUnchecked
Interface DecodedWithdrawWithheldTokensFromMintInstructionUnchecked
A decoded, valid WithdrawWithheldTokensFromMint instruction
interface
DecodedWithdrawWithheldTokensFromMintInstructionUnchecked
{
data
:
{
instruction
:
TransferFeeExtension
;
transferFeeInstruction
:
WithdrawWithheldTokensFromMint
;
}
;
keys
:
{
authority
:
AccountMeta
;
destination
:
AccountMeta
;
mint
:
AccountMeta
;
signers
:
null
|
AccountMeta
[]
;
}
;
programId
:
PublicKey
;
}
Index
Properties
data
keys
program
Id
Properties
data
data
:
{
instruction
:
TransferFeeExtension
;
transferFeeInstruction
:
WithdrawWithheldTokensFromMint
;
}
Type declaration
instruction
:
TransferFeeExtension
transfer
Fee
Instruction
:
WithdrawWithheldTokensFromMint
keys
keys
:
{
authority
:
AccountMeta
;
destination
:
AccountMeta
;
mint
:
AccountMeta
;
signers
:
null
|
AccountMeta
[]
;
}
Type declaration
authority
:
AccountMeta
destination
:
AccountMeta
mint
:
AccountMeta
signers
:
null
|
AccountMeta
[]
program
Id
program
Id
:
PublicKey
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
keys
program
Id
@solana/spl-token
AccountState
AccountType
AuthorityType
CpiGuardInstruction
DefaultAccountStateInstruction
ExtensionType
InterestBearingMintInstruction
MemoTransferInstruction
MetadataPointerInstruction
TokenInstruction
TransferFeeInstruction
TransferHookInstruction
TokenAccountNotFoundError
TokenError
TokenInvalidAccountDataError
TokenInvalidAccountError
TokenInvalidAccountOwnerError
TokenInvalidAccountSizeError
TokenInvalidInstructionDataError
TokenInvalidInstructionKeysError
TokenInvalidInstructionProgramError
Loading...
Generated using
TypeDoc
A decoded, valid WithdrawWithheldTokensFromMint instruction