Module spl_token::instruction [−][src]
Instruction types
Enums
AuthorityType | Specifies the authority type for SetAuthority instructions |
TokenInstruction | Instructions supported by the token program. |
Constants
MAX_SIGNERS | Maximum number of multisignature signers (max N) |
MIN_SIGNERS | Minimum number of multisignature signers (min N) |
Functions
approve | Creates an |
approve_checked | Creates an |
burn | Creates a |
burn_checked | Creates a |
close_account | Creates a |
freeze_account | Creates a |
initialize_account | Creates a |
initialize_account2 | Creates a |
initialize_mint | Creates a |
initialize_multisig | Creates a |
is_valid_signer_index | Utility function that checks index is between MIN_SIGNERS and MAX_SIGNERS |
mint_to | Creates a |
mint_to_checked | Creates a |
revoke | Creates a |
set_authority | Creates a |
thaw_account | Creates a |
transfer | Creates a |
transfer_checked | Creates a |