Module compressed_token

Module compressed_token 

Source
Expand description

Compressed token account types and instruction builders.

Modules§

compress_and_close
create_compressed_mint
ctoken_instruction
decompress_full
mint_action
mint_to_compressed
token_metadata_ui
transfer2
update_compressed_mint

Structs§

CTokenAccount2
CompressAndCloseAccounts
CompressAndCloseIndices
Struct to hold all the indices needed for CompressAndClose operation

Functions§

compress_and_close_token_accounts
Compress and close compressed token accounts
compress_and_close_token_accounts_signed
Compress and close ctoken accounts, and invoke cpi.
compress_and_close_token_accounts_with_indices
Compress and close compressed token accounts with pre-computed indices
pack_for_compress_and_close
Use in the client not in solana program.