More labeling

This commit is contained in:
mDuo13
2021-06-11 16:52:57 -07:00
parent 31d4d5ee1a
commit 9062d97c96
281 changed files with 635 additions and 73 deletions

View File

@@ -2,6 +2,8 @@
html: ledger.html # Watch carefully for clashes w/ this filename
parent: ledger-methods.html
blurb: 公開レジャーに関する情報を取得します。
label:
- ブロックチェーン
---
# ledger
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerHandler.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger_closed.html
parent: ledger-methods.html
blurb: 最新の閉鎖済みレジャーの一意のIDを返します。
label:
- ブロックチェーン
---
# ledger_closed
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerClosed.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: ledger_current.html
parent: ledger-methods.html
blurb: 現在進行中のレジャーの一意のIDを返します。
label:
- ブロックチェーン
---
# ledger_current
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerCurrent.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: ledger_data.html
parent: ledger-methods.html
blurb: 指定されたレジャーの内容を取得します。
label:
- ブロックチェーン
- データ保持
---
# ledger_data
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerData.cpp "Source")

View File

@@ -4,6 +4,7 @@ parent: ledger-methods.html
blurb: Get the raw contents of a ledger version.
labels:
- Blockchain
- Data Retention
---
# ledger_data
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerData.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: ledger_entry.html
parent: ledger-methods.html
blurb: XRP Ledgerの1つのレジャーオブジェクトを生フォーマットで返します。
label:
- ブロックチェーン
- データ保持
---
# ledger_entry
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerEntry.cpp "Source")

View File

@@ -4,6 +4,7 @@ parent: ledger-methods.html
blurb: Get one element from a ledger version.
labels:
- Blockchain
- Data Retention
---
# ledger_entry
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/LedgerEntry.cpp "Source")