light-token 0.4.0

SDK for Light Tokens
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod account_metas;
pub mod instruction;

pub use account_metas::{
    get_mint_to_compressed_instruction_account_metas, MintToCompressedMetaConfig,
};
pub use instruction::{
    create_mint_to_compressed_instruction, DecompressedMintConfig, MintToCompressedInputs,
    MINT_TO_COMPRESSED_DISCRIMINATOR,
};