light-token-interface 0.5.0

Light Protocol token instruction data types.
Documentation
1
2
3
4
5
6
7
8
9
10
mod borsh;
mod size;
mod token_struct;
mod top_up;
mod zero_copy;

pub use size::*;
pub use token_struct::*;
pub use top_up::*;
pub use zero_copy::*;