Crate xrpl_types

Source
Expand description

Core types and related functions for the XRP Ledger. Reused between Web and WebSocket clients and potentially for server-side code.

Re-exports§

pub use types::*;

Modules§

serialize
types
Types in internal canonical binary format https://xrpl.org/serialization.html#type-list

Enums§

Error

Type Aliases§

Result
Result type for xrpl types operations.