mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Attempt migrating interactive tutorial again Migrate interactive tutorial snippet syntax Interactive tutorials: partially migrate send-xrp, no-freeze to new syntax Fix Send XRP interactive tutorial Interactive tutorials: fixes for Redocly incl. localization challenges Interactive tutorials: switch defaultValue back to value in anticipation of Redocly bugfix Fix document.ready→window.onRouteChange, cyclers, etc. in interactive tutorials.
801 B
801 B
html, parent, blurb, metadata
| html | parent | blurb | metadata | ||
|---|---|---|---|---|---|
| ledger-data-formats.html | protocol-reference.html | Learn about individual entries that comprise the XRP Ledger's shared state data. |
|
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 /%}