Ledger Entry Result
Represents a single ledger entry with its current value and metadata.
Ledger entries are stored in XDR format and include various types: accounts, trustlines, offers, contract data, contract code, and more. The XDR-encoded values can be parsed into typed objects for further processing.
Properties
The ledger sequence number when this entry was last modified. This is useful for tracking changes and implementing caching strategies.
The ledger sequence number until which this entry will exist. Only applicable to temporary and persistent Soroban contract storage entries. Null for permanent entries like accounts and trustlines. When the network reaches this ledger number, the entry will be automatically deleted unless its lifetime is extended via a BumpFootprintExpirationOp.