xrpl_api 0.16.7

XRPL Protocol endpoints and resouces
Documentation
1
2
3
4
5
6
7
mod ledger_closed;
mod transaction;
mod validation_received;

pub use ledger_closed::*;
pub use transaction::*;
pub use validation_received::*;