Preparing search index...
The search index is not available
@solana/spl-token
@solana/spl-token
RawMint
Interface RawMint
Mint as stored by the program
interface
RawMint
{
decimals
:
number
;
freezeAuthority
:
PublicKey
;
freezeAuthorityOption
:
0
|
1
;
isInitialized
:
boolean
;
mintAuthority
:
PublicKey
;
mintAuthorityOption
:
0
|
1
;
supply
:
bigint
;
}
Index
Properties
decimals
freeze
Authority
freeze
Authority
Option
is
Initialized
mint
Authority
mint
Authority
Option
supply
Properties
decimals
decimals
:
number
freeze
Authority
freeze
Authority
:
PublicKey
freeze
Authority
Option
freeze
Authority
Option
:
0
|
1
is
Initialized
is
Initialized
:
boolean
mint
Authority
mint
Authority
:
PublicKey
mint
Authority
Option
mint
Authority
Option
:
0
|
1
supply
supply
:
bigint
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
decimals
freeze
Authority
freeze
Authority
Option
is
Initialized
mint
Authority
mint
Authority
Option
supply
@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
Mint as stored by the program