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,9 @@
html: book_offers.html
parent: path-and-order-book-methods.html
blurb: オーダーブックと呼ばれる、2つの通貨間のオファーのリストを取得します。
labels:
- 分散型取引所
- 複数通貨間
---
# book_offers
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/BookOffers.cpp "Source")

View File

@@ -4,6 +4,7 @@ parent: path-and-order-book-methods.html
blurb: Get info about offers to exchange two currencies.
labels:
- Decentralized Exchange
- Cross-Currency
---
# book_offers
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/BookOffers.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: deposit_authorized.html
parent: path-and-order-book-methods.html
blurb: あるアカウントに別のアカウントへ支払を直接送金する権限があるかどうかを示します。
labels:
- アカウント
- セキュリティ
---
# deposit_authorized
[[ソース]](https://github.com/ripple/rippled/blob/817d2339b8632cb2f97d3edd6f7af33aa7631744/src/ripple/rpc/handlers/DepositAuthorized.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: path_find.html
parent: path-and-order-book-methods.html
blurb: トランザクションが実行される可能性のあるパスを探索し、時間の経過とともにパスが変化する場合に更新を定期的に送信します。
labels:
- 複数通貨間
- トークン
---
# path_find
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/PathFind.cpp "Source")

View File

@@ -2,6 +2,9 @@
html: ripple_path_find.html
parent: path-and-order-book-methods.html
blurb: すぐに利用できるペイメントパスを含む1つの応答を返します。
labels:
- 複数通貨間
- トークン
---
# ripple_path_find
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/RipplePathFind.cpp "Source")