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