Files
xrpl-dev-portal/content/references/rippled-api/ledger-data-formats/ledger-data-formats.ja.md
2021-04-15 18:24:41 -07:00

1.1 KiB
Raw Blame History

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) }}