light-token-interface 0.5.0

Light Protocol token instruction data types.
Documentation
1
2
3
4
5
6
7
8
9
mod compressed_token;
pub mod extensions;
pub mod mint;
pub mod token;

pub use compressed_token::*;
pub use extensions::*;
pub use mint::*;
pub use token::*;