mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
821 B
821 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="/docs/_snippets/ledger-objects-intro.md" /%}
{% child-pages /%}