Files
xrpl-dev-portal/content/references/rippled-api/ledger-data-formats/ledger-data-formats.md

971 B

html, funnel, doc_type, supercategory, category, blurb
html funnel doc_type supercategory category blurb
ledger-data-formats.html Build References rippled API Ledger Data Formats 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) }}