light-compressed-token-sdk 0.23.0

Low-level SDK for compressed token operations on Light Protocol
Documentation
1
2
3
4
5
6
7
mod account;
pub mod approve;
pub mod batch_compress;
pub mod transfer;

pub use account::*;
pub use light_token_types::TokenAccountMeta;