xrpl_types 0.16.0

Core types and related functions for the XRP Ledger
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod amount;
mod currency;
mod currency_code;
mod ledger_timestamp;
mod primitive;
mod transaction;

pub use amount::*;
pub use currency::*;
pub use currency_code::*;
pub use ledger_timestamp::*;
pub use primitive::*;
pub use transaction::*;