Preparing search index...
The search index is not available
@solana/spl-token
@solana/spl-token
RawAccount
Interface RawAccount
Token account as stored by the program
interface
RawAccount
{
amount
:
bigint
;
closeAuthority
:
PublicKey
;
closeAuthorityOption
:
0
|
1
;
delegate
:
PublicKey
;
delegateOption
:
0
|
1
;
delegatedAmount
:
bigint
;
isNative
:
bigint
;
isNativeOption
:
0
|
1
;
mint
:
PublicKey
;
owner
:
PublicKey
;
state
:
AccountState
;
}
Index
Properties
amount
close
Authority
close
Authority
Option
delegate
delegate
Option
delegated
Amount
is
Native
is
Native
Option
mint
owner
state
Properties
amount
amount
:
bigint
close
Authority
close
Authority
:
PublicKey
close
Authority
Option
close
Authority
Option
:
0
|
1
delegate
delegate
:
PublicKey
delegate
Option
delegate
Option
:
0
|
1
delegated
Amount
delegated
Amount
:
bigint
is
Native
is
Native
:
bigint
is
Native
Option
is
Native
Option
:
0
|
1
mint
mint
:
PublicKey
owner
owner
:
PublicKey
state
state
:
AccountState
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
amount
close
Authority
close
Authority
Option
delegate
delegate
Option
delegated
Amount
is
Native
is
Native
Option
mint
owner
state
@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
Token account as stored by the program