Skip to main content

xrpl_common_stdlib/fields/
mod.rs

1//! Typed accessors for reading fields from the current transaction and ledger objects, plus the
2//! [`locator::Locator`] builder for inner field paths.
3
4pub mod current_ledger_obj;
5pub mod current_tx;
6pub mod decoder;
7pub mod ledger_obj;
8pub mod locator;