xrpl_types 0.2.1

Core types and related functions for the XRP Ledger
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod account;
pub mod amount;
pub mod currency;
pub mod offer;
pub mod transaction;

pub use account::*;
pub use amount::*;
pub use currency::*;
pub use offer::*;
pub use transaction::*;