mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Move ledger entry pages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user