Expand description
SPL Token Helper Crate Modules
This crate provides various modules to simplify working with SPL tokens on the Solana blockchain. Each module is enabled through feature flags, allowing developers to include only the necessary components in their projects. Below are the available modules and their functionalities: Associated Token Module
This module provides functions and utilities for creating and managing associated token accounts. It simplifies the process of handling token accounts for users by automating account creation and management when interacting with SPL tokens.
Structs§
Constants§
- ID
- The const program ID.
Functions§
- create
- create_
idempotent - 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