Expand description
Core modules for XRPL transaction and ledger access.
This namespace provides typed accessors and utilities used by smart contracts:
constants: Internal helpers for buffer sizescurrent_tx: Read fields from the current transactionkeylets: Compute keylets for various ledger entry typesledger_objects: Read fields from ledger entries (current or cached)types: Strongly-typed XRPL primitives (AccountID, Hash256, Amount, etc.)locator: Build locators for nested field access
Escrow-specific wrappers (EscrowFinish, CurrentEscrow, Escrow) live in the
companion xrpl-escrow-stdlib crate.
Modulesยง
- chain
- constants
- current_
tx - Current Transaction Retrieval Module
- keylets
- ledger_
objects - locator
- Builder for nested field access locators.
- types