Crate safe_associated_token_account

Source
Expand description

Convention for associating token accounts with a user wallet

Re-exports§

pub use solana_program;

Modules§

error
Error types
instruction
Program instructions
processor
Program state processor
tools
Utility functions

Statics§

ID
The static program ID

Functions§

check_id
Confirms that a given pubkey is equivalent to the program ID
create_associated_token_accountDeprecated
Create an associated token account for the given wallet address and token mint
get_associated_token_address
Derives the associated token account address for the given wallet address and token mint
get_associated_token_address_with_program_id
Derives the associated token account address for the given wallet address, token mint and token program id
id
Returns the program ID