Files
xrpl-dev-portal/content/references/protocol/ledger-data/index.md
mDuo13 ee8acbbd22 Migrate interactive tutorials (post realm v0.70)
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.
2024-01-31 16:10:32 -08:00

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.
indexPage
true

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 /%}