1 2 3 4 5 6 7 8 9 10
//! Currency token on-chain client and API types
/// Client struct to use
pub mod api;
/// Events emitted by the currency token
pub mod events;
/// API related types used
pub mod types;
1 2 3 4 5 6 7 8 9 10
//! Currency token on-chain client and API types
/// Client struct to use
pub mod api;
/// Events emitted by the currency token
pub mod events;
/// API related types used
pub mod types;