mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
816 B
816 B
html, parent, seo, metadata
| html | parent | seo | metadata | ||||
|---|---|---|---|---|---|---|---|
| ledger-data-formats.html | protocol-reference.html |
|
|
Ledger Data Formats
Each ledger version in the XRP Ledger is made up of three parts:
- Ledger Header: Data about this ledger version itself.
- Transaction Set: The transactions that were executed to create this ledger version.
- State Data: A list of ledger entries, representing all accounts, settings, and balances as of this ledger version. (This is also called the "account state".)
State Data
{% partial file="/_snippets/ledger-objects-intro.md" /%}
{% child-pages /%}