Crate spl_token_2022
source · [−]Expand description
An ERC20-like Token program for the Solana blockchain
Re-exports
pub use solana_program;
Modules
Error types
Extensions available to token mints and accounts
Instruction types
The Mint that represents the native token
Solana program utilities for Plain Old Data types
Program state processor
State transition types
Statics
The static program ID
Functions
Convert a raw amount to its UI representation (using the decimals field defined in its mint)
Confirms that a given pubkey is equivalent to the program ID
Checks that the supplied program ID is the correct one for SPL-token
Checks two pubkeys for equality in a computationally cheap way using
sol_memcmp
Returns the program ID
Convert the UI representation of a token amount (using the decimals field defined in its mint) to the raw amount