Move ledger entry pages

This commit is contained in:
mDuo13
2023-09-18 13:07:36 -07:00
parent edff5c49d2
commit 047da87b49
40 changed files with 54 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
---
html: ledger-data-formats.html
parent: protocol-reference.html
blurb: Learn about individual data objects that comprise the XRP Ledger's shared state.
blurb: Learn about individual entries that comprise the XRP Ledger's shared state data.
labels:
- Data Retention
---
@@ -9,9 +9,9 @@ labels:
Each [ledger version](ledgers.html) in the XRP Ledger is made up of three parts:
- **[Ledger Header](ledger-header.html)**: Metadata about this ledger version itself.
- **[Transaction Set](transaction-formats.html)**: All the transactions that were executed to create this ledger version.
- **[State Data](ledger-object-types.html)**: The complete record of objects representing accounts, settings, and balances as of this ledger version. (This is also called the "account state".)
- **[Ledger Header](ledger-header.html)**: Data about this ledger version itself.
- **[Transaction Set](transaction-formats.html)**: The transactions that were executed to create this ledger version.
- **[State Data](ledger-entries.html)**: 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