Files
mDuo13 7645140477 Re-levelization: move non-docs content, rename content→docs
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.
2024-01-31 17:53:52 -08:00

821 B

html, parent, seo, metadata
html parent seo metadata
ledger-data-formats.html protocol-reference.html
description
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="/docs/_snippets/ledger-objects-intro.md" /%}

{% child-pages /%}