mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
1.1 KiB
1.1 KiB
html, parent, funnel, doc_type, supercategory, category, blurb
| html | parent | funnel | doc_type | supercategory | category | blurb |
|---|---|---|---|---|---|---|
| ledger-data-formats.html | rippled-api.html | Build | References | rippled API | Ledger Data Formats | XRP Ledgerの共有状態を構成する個別のデータオブジェクトについて説明します。 |
レジャーのデータ型
XRP Ledgerに各レジャーバージョンは3つの要素で構成されています:
- レジャーヘッダー: このレジャーに関してメタデータです。
- トランザクションセット: このレジャーの作成時に、直前のレジャーに適用されたトランザクション。
- 状態データ: このバージョンのレジャーの設定、残高、オブジェクトを含むすべてのレジャーオブジェクト。
状態データ
{% include '_snippets/ledger-objects-intro.ja.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) }}