Skip to main content

Crate xrpl_mithril_models

Crate xrpl_mithril_models 

Source
Expand description

Transaction types, ledger objects, and request/response types for the XRP Ledger.

This crate defines the data structures for all XRPL protocol objects:

  • Transaction types (Payment, OfferCreate, TrustSet, etc.)
  • Ledger entry types (AccountRoot, RippleState, Offer, etc.)
  • JSON-RPC request/response types for all public API methods

Modulesยง

ledger
XRPL ledger entry types.
requests
Typed request types for all XRPL JSON-RPC and WebSocket methods.
responses
Typed response types for XRPL JSON-RPC and WebSocket methods.
serde_helpers
XRPL STArray wrapper-key serialization via the StArray<T> newtype.
transactions
XRPL transaction types.