mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35: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.
22 lines
801 B
Markdown
22 lines
801 B
Markdown
---
|
|
html: ledger-data-formats.html
|
|
parent: protocol-reference.html
|
|
blurb: Learn about individual entries that comprise the XRP Ledger's shared state data.
|
|
metadata:
|
|
indexPage: true
|
|
---
|
|
# Ledger Data Formats
|
|
|
|
Each [ledger version](../../../concepts/ledgers/index.md) in the XRP Ledger is made up of three parts:
|
|
|
|
- **[Ledger Header](ledger-header.md)**: Data about this ledger version itself.
|
|
- **[Transaction Set](../transactions/index.md)**: The transactions that were executed to create this ledger version.
|
|
- **[State Data](ledger-entry-types/index.md)**: 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 /%}
|
|
|