Crate spl_token_interface

Source
Expand description

An ERC20-like Token program for the Solana blockchain

Modules§

error
Error types
instruction
Instruction types
native_mint
The Mint that represents the native token
state
State transition types

Constants§

ID
The const program ID.

Functions§

check_id
Returns true if given pubkey is the program ID.
check_program_account
Checks that the supplied program ID is the correct one for SPL-token
id
Returns the program ID.