# Functions
Reference: https://github.com/solana-labs/solana-program-library/blob/b011698251981b5a12088acba18fad1d41c3719a/token/program/src/instruction.rs#L183-L197.
Reference: https://github.com/solana-labs/solana-program-library/blob/0639953c7dd0f5228c3ceda3ba68fece3b46ff1d/associated-token-account/program/src/lib.rs#L54.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetAssociatedAccount returns the associated account address for an SPL token.
No description provided by the author
Reference: https://github.com/solana-labs/solana-program-library/blob/b011698251981b5a12088acba18fad1d41c3719a/token/program/src/instruction.rs#L41-L55.
Reference: https://github.com/solana-labs/solana-program-library/blob/b011698251981b5a12088acba18fad1d41c3719a/token/program/src/instruction.rs#L41-L55.
NewClient creates a new Client.
Reference: https://github.com/solana-labs/solana-program-library/blob/b011698251981b5a12088acba18fad1d41c3719a/token/program/src/instruction.rs#L128-L139.
No description provided by the author
Reference: https://github.com/solana-labs/solana-program-library/blob/b011698251981b5a12088acba18fad1d41c3719a/token/program/src/instruction.rs#L76-L91.
Reference: https://github.com/solana-labs/solana-program-library/blob/b011698251981b5a12088acba18fad1d41c3719a/token/program/src/instruction.rs#L230-L252.
No description provided by the author
# Constants
Reference: https://github.com/solana-labs/solana-program-library/blob/11b1e3eefdd4e523768d63f7c70a7aa391ea0d02/token/program/src/state.rs#L125.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
No description provided by the author
nolint:varcheck,deadcode,unused.
No description provided by the author
nolint:varcheck,deadcode,unused.
No description provided by the author
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
No description provided by the author
nolint:varcheck,deadcode,unused.
No description provided by the author
nolint:varcheck,deadcode,unused.
No description provided by the author
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
nolint:varcheck,deadcode,unused.
Reference: https://github.com/solana-labs/solana-program-library/blob/8944f428fe693c3a4226bf766a79be9c75e8e520/token/program/src/state.rs#L214.
# Variables
AssociatedTokenAccountProgramKey is the address of the associated token account program that should be used.
ErrAccountNotFound indicates there is no account for the given address.
ErrInvalidTokenAccount indicates that a Solana account exists at the given address, but it is either not initialized, or not configured correctly.
ProgramKey is the address of the token program that should be used.
# Structs
No description provided by the author
Client provides utilities for accessing token accounts for a given token.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author