Preparing search index...
The search index is not available
@solana/spl-token
@solana/spl-token
DecodedApproveInstruction
Interface DecodedApproveInstruction
A decoded, valid Approve instruction
interface
DecodedApproveInstruction
{
data
:
{
amount
:
bigint
;
instruction
:
Approve
;
}
;
keys
:
{
account
:
AccountMeta
;
delegate
:
AccountMeta
;
multiSigners
:
AccountMeta
[]
;
owner
:
AccountMeta
;
}
;
programId
:
PublicKey
;
}
Index
Properties
data
keys
program
Id
Properties
data
data
:
{
amount
:
bigint
;
instruction
:
Approve
;
}
Type declaration
amount
:
bigint
instruction
:
Approve
keys
keys
:
{
account
:
AccountMeta
;
delegate
:
AccountMeta
;
multiSigners
:
AccountMeta
[]
;
owner
:
AccountMeta
;
}
Type declaration
account
:
AccountMeta
delegate
:
AccountMeta
multi
Signers
:
AccountMeta
[]
owner
:
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 Approve instruction