//! Core types and related functions for the XRP Ledger. Reused between Web and
//! WebSocket clients and potentially for server-side code.
extern crate alloc;
/// Types in internal canonical binary format <https://xrpl.org/serialization.html#type-list>
pub use *;
pub use *;