ConstReadonlyprogramSPL Token v1 program ID.
Readonlytoken2022Token-2022 program ID.
Approve a delegate to spend tokens from the account.
Approve a delegate with decimal verification.
Burn tokens from an account.
Burn tokens with decimal verification.
Close a token account, reclaiming SOL rent.
Freeze a token account (prevents transfers).
Initialize a token account for a given mint and owner.
Initialize a new token mint.
Mint new tokens to a destination account.
Mint new tokens with decimal verification.
Revoke a previously approved delegate.
Sync the lamport balance of a native SOL token account.
Thaw a previously frozen token account.
Transfer tokens (unchecked — no decimal verification). Prefer transferChecked for safety.
Transfer tokens with decimal verification (recommended).
SPL Token Program instruction encoders.
Static methods produce TransactionInstruction objects for the SPL Token Program (v1) and Token-2022.