mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 15:45:50 +00:00
More labeling
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user