light-token 0.4.0

SDK for Light Tokens
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;