Expand description
Convention for associating token accounts with a user wallet
Re-exports§
pub use solana_program;
Modules§
- Error types
- Program instructions
- Program state processor
- Utility functions
Constants§
- The const program ID.
Functions§
- Returns
true
if given pubkey is the program ID. - create_associated_token_accountDeprecatedCreate an associated token account for the given wallet address and token mint
- Derives the associated token account address for the given wallet address and token mint
- Derives the associated token account address for the given wallet address, token mint and token program id
- Returns the program ID.