Module associated_token

Module associated_token 

Source
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§

AssociatedToken
Create
CreateBumps

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