Get Ledger Entries Response
Response for JSON-RPC method getLedgerEntries.
Returns the current state of ledger entries specified by their keys. This is the primary method for querying contract data, account balances, trustlines, and other ledger state. Each entry is returned with its current value and metadata about when it was last modified and when it will expire (for temporary/persistent contract storage).
See also
Types
Represents a single ledger entry with its current value and metadata.
Properties
List of ledger entries matching the requested keys. May be null or empty if no entries were found. The order matches the order of keys in the request.
The sequence number of the latest ledger known to the server at the time of the request. This indicates the ledger state at which these entries were read.