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
Start with current_tx::escrow_finish::EscrowFinish to access EscrowFinish TX fields,
or ledger_objects::current_escrow::get_current_escrow to access the active escrow.
Modulesยง
- constants
- current_
tx - Current Transaction Retrieval Module
- keylets
- ledger_
objects - locator
- Builder for nested field access locators.
- types