mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
938 B
938 B
html, parent, blurb, labels
| html | parent | blurb | labels | |
|---|---|---|---|---|
| ledger-data-formats.html | protocol-reference.html | Learn about individual data objects that comprise the XRP Ledger's shared state. |
|
Ledger Data Formats
Each ledger version in the XRP Ledger is made up of three parts:
- Ledger Header: Metadata about this ledger version itself.
- Transaction Set: All the transactions that were executed to create this ledger version.
- State Data: The complete record of objects representing accounts, settings, and balances as of this ledger version. (This is also called the "account state".)
State Data
{% include '_snippets/ledger-objects-intro.md' %}
{% from '_snippets/macros/page-children.md' import page_children with context %} {{ page_children(pages|selectattr("html", "eq", "ledger-object-types.html")|first, 1, 1, True) }}