[−][src]Module spl_token::instruction
Instruction types
Enums
| 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 |
| burn | Creates a |
| close_account | Creates a |
| initialize_account | Creates a |
| initialize_mint | Creates a 'InitializeMint' instruction. |
| initialize_multisig | Creates a |
| is_valid_signer_index | Utility function that checks index is between MIN_SIGNERS and MAX_SIGNERS |
| mint_to | Creates a |
| revoke | Creates a |
| set_owner | Creates a |
| transfer | Creates a |