mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
More labeling
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
html: admin-rippled-methods.html
|
||||
parent: rippled-api.html
|
||||
blurb: これらの管理APIメソッドを使用してrippledサーバーを管理します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# 管理rippledメソッド
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ html: admin-rippled-methods.html
|
||||
parent: rippled-api.html
|
||||
blurb: Administer a rippled server with these admin API methods.
|
||||
labels:
|
||||
- rippled
|
||||
- Core Server
|
||||
---
|
||||
# Admin rippled Methods
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validation_create.html
|
||||
parent: key-generation-methods.html
|
||||
blurb: rippledサーバーがネットワークに対して自身の身元を識別させるのに使用できる暗号鍵を生成します。
|
||||
labels:
|
||||
- セキュリティ
|
||||
- コアサーバー
|
||||
---
|
||||
# validation_create
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/ValidationCreate.cpp "Source")
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
---
|
||||
html: validation_create.html
|
||||
parent: key-generation-methods.html
|
||||
blurb: Generate keys for a new rippled validator.
|
||||
blurb: Generate keys for a rippled server to identify itself to the network.
|
||||
labels:
|
||||
- Security
|
||||
- Core Server
|
||||
---
|
||||
# validation_create
|
||||
[[Source]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/ValidationCreate.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: wallet_propose.html
|
||||
parent: key-generation-methods.html
|
||||
blurb: キーペアとXRP Ledgerアドレスを生成します。
|
||||
labels:
|
||||
- セキュリティ
|
||||
- アカウント
|
||||
---
|
||||
# wallet_propose
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/WalletPropose.cpp "Source")
|
||||
|
||||
@@ -4,6 +4,7 @@ parent: key-generation-methods.html
|
||||
blurb: Generate keys for a new account.
|
||||
labels:
|
||||
- Security
|
||||
- Accounts
|
||||
---
|
||||
# wallet_propose
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/WalletPropose.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: can_delete.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: 指定したレジャーバージョン以前のレジャー履歴を削除可能にします。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# can_delete
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/CanDelete.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: can_delete.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Allow online deletion of ledgers up to a specific ledger.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# can_delete
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/CanDelete.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: crawl_shards.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: ピアが持つ履歴シャードについての情報を要求します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# crawl_shards
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: crawl_shards.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Request information about which history shards peers have.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# crawl_shards
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/CrawlShards.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: download_shard.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: レジャー履歴の特定のシャードをダウンロードします。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# download_shard
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/DownloadShard.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: download_shard.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Download a specific shard of ledger history.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# download_shard
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/DownloadShard.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_cleaner.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: レジャークリーナーを制御し、レジャーデータベースの破損を検出して修復できる非同期メンテナンスをする。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# ledger_cleaner
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/df54b47cd0957a31837493cd69e4d9aade0b5055/src/ripple/rpc/handlers/LedgerCleaner.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_cleaner.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Configure the ledger cleaner service to check for corrupted data.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# ledger_cleaner
|
||||
[[Source]](https://github.com/ripple/rippled/blob/df54b47cd0957a31837493cd69e4d9aade0b5055/src/ripple/rpc/handlers/LedgerCleaner.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_request.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: サーバーに対し接続しているピアから特定のレジャーバージョンを取得するように指示します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# ledger_request
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/e980e69eca9ea843d200773eb1f43abe3848f1a0/src/ripple/rpc/handlers/LedgerRequest.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_request.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Query peer servers for a specific ledger version.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# ledger_request
|
||||
[[Source]](https://github.com/ripple/rippled/blob/e980e69eca9ea843d200773eb1f43abe3848f1a0/src/ripple/rpc/handlers/LedgerRequest.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: log_level.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: ログ詳細レベルを変更するか、現在のログレベルを返します。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# log_level
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/155fcdbcd0b4927152892c8c8be01d9cf62bed68/src/ripple/rpc/handlers/LogLevel.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: log_level.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Get or modify log verbosity.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# log_level
|
||||
[[Source]](https://github.com/ripple/rippled/blob/155fcdbcd0b4927152892c8c8be01d9cf62bed68/src/ripple/rpc/handlers/LogLevel.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: logrotate.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: ログファイルを閉じて再度開きます。
|
||||
labels:
|
||||
- データ保持
|
||||
---
|
||||
# logrotate
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/743bd6c9175c472814448ea889413be79dfd1c07/src/ripple/rpc/handlers/LogRotate.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: logrotate.html
|
||||
parent: logging-and-data-management-methods.html
|
||||
blurb: Reopen the log file.
|
||||
labels:
|
||||
- Data Retention
|
||||
---
|
||||
# logrotate
|
||||
[[Source]](https://github.com/ripple/rippled/blob/743bd6c9175c472814448ea889413be79dfd1c07/src/ripple/rpc/handlers/LogRotate.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: connect.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: 特定のピアrippledサーバーに強制的に接続します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# connect
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/Connect.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: connect.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: Force the rippled server to connect to a specific peer.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# connect
|
||||
[[Source]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/Connect.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer_reservations_add.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: 特定のピアサーバー用の予約済みスロットを追加します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# peer_reservations_add
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/4a1148eb2849513dd1e7ae080288fd47ab57a376/src/ripple/rpc/handlers/Reservations.cpp#L36 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer_reservations_add.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: Add a reserved slot for a specific peer server.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# peer_reservations_add
|
||||
[[Source]](https://github.com/ripple/rippled/blob/4a1148eb2849513dd1e7ae080288fd47ab57a376/src/ripple/rpc/handlers/Reservations.cpp#L36 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer_reservations_del.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: 特定のピアサーバー用の予約済みスロットを削除します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# peer_reservations_del
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer_reservations_del.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: Remove a reserved slot for a specific peer server.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# peer_reservations_del
|
||||
[[Source]](https://github.com/ripple/rippled/blob/4a1148eb2849513dd1e7ae080288fd47ab57a376/src/ripple/rpc/handlers/Reservations.cpp#L89 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer_reservations_list.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: 特定のピアサーバー用の予約済みスロットをリスト表示します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# peer_reservations_list
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/4a1148eb2849513dd1e7ae080288fd47ab57a376/src/ripple/rpc/handlers/Reservations.cpp#L116 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer_reservations_list.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: List reserved slots for specific peer servers.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# peer_reservations_list
|
||||
[[Source]](https://github.com/ripple/rippled/blob/4a1148eb2849513dd1e7ae080288fd47ab57a376/src/ripple/rpc/handlers/Reservations.cpp#L116 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peers.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: ピアプロトコルでこのサーバーに現在接続されているその他のすべてのrippledサーバーのリストを返します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# peers
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/52f298f150fc1530d201d3140c80d3eaf781cb5f/src/ripple/rpc/handlers/Peers.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peers.html
|
||||
parent: peer-management-methods.html
|
||||
blurb: Get information about the peer servers connected.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# peers
|
||||
[[Source]](https://github.com/ripple/rippled/blob/52f298f150fc1530d201d3140c80d3eaf781cb5f/src/ripple/rpc/handlers/Peers.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_accept.html
|
||||
parent: server-control-methods.html
|
||||
blurb: スタンドアロンモードでサーバーが現在処理中のレジャーを強制的に終了し、次のレジャー番号に進むようにします。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# ledger_accept
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/LedgerAccept.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledger_accept.html
|
||||
parent: server-control-methods.html
|
||||
blurb: Close and advance the ledger in stand-alone mode.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# ledger_accept
|
||||
[[Source]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/LedgerAccept.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: stop.html
|
||||
parent: server-control-methods.html
|
||||
blurb: サーバーのグレースフルシャットダウンを行います。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# stop
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Stop.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: stop.html
|
||||
parent: server-control-methods.html
|
||||
blurb: Shut down the rippled server.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# stop
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Stop.cpp "Source")
|
||||
|
||||
@@ -3,6 +3,8 @@ html: validation_seed.html
|
||||
parent: server-control-methods.html
|
||||
blurb: 無効。rippledが検証の署名に使用するシークレット値を一時的に設定します。
|
||||
status: removed
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# validation_seed
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ValidationSeed.cpp "Source")
|
||||
|
||||
@@ -3,6 +3,8 @@ html: validation_seed.html
|
||||
parent: server-control-methods.html
|
||||
blurb: (Obsolete) Temporarily set key to be used for validating.
|
||||
status: removed
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# validation_seed
|
||||
[[Source]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ValidationSeed.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: consensus_info.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: デバッグのためのコンセンサスプロセスに関する情報を返します。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
- コアサーバー
|
||||
---
|
||||
# consensus_info
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ConsensusInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: consensus_info.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get information about the state of consensus as it happens.
|
||||
labels:
|
||||
- Blockchain
|
||||
- Core Server
|
||||
---
|
||||
# consensus_info
|
||||
[[Source]](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ConsensusInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: feature.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Amendmentに関してこのサーバーが認識している情報を返します。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
- コアサーバー
|
||||
---
|
||||
# feature
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Feature1.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: feature.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get information about protocol amendments.
|
||||
labels:
|
||||
- Blockchain
|
||||
- Core Server
|
||||
---
|
||||
# feature
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Feature1.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: fetch_info.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: このサーバーが現在ネットワークからフェッチしているオブジェクトに関する情報を返します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# fetch_info
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/FetchInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: fetch_info.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get information about the server's sync with the network.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# fetch_info
|
||||
[[Source]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/FetchInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: get_counts.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: サーバーの健全性に関するさまざまな統計情報を提供します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# get_counts
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/c7118a183a660648aa88a3546a6b2c5bce858440/src/ripple/rpc/handlers/GetCounts.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: get_counts.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get statistics about the server's internals and memory usage.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# get_counts
|
||||
[[Source]](https://github.com/ripple/rippled/blob/c7118a183a660648aa88a3546a6b2c5bce858440/src/ripple/rpc/handlers/GetCounts.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: print.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: さまざまな内部サブシステムの現在の状況を返します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# print
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/Print.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: print.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get information about internal subsystems.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# print
|
||||
[[Source]](https://github.com/ripple/rippled/blob/315a8b6b602798a4cff4d8e1911936011e12abdb/src/ripple/rpc/handlers/Print.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validator_info.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get the server's validation settings, if configured as a validator.
|
||||
labels:
|
||||
- コアサーバー
|
||||
- ブロックチェーン
|
||||
---
|
||||
# validator_info
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ValidatorInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validator_list_sites.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: バリデータリストを処理するサイトのステータス情報を返します。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
- コアサーバー
|
||||
---
|
||||
# validator_list_sites
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ValidatorListSites.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validator_list_sites.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get information about sites that publish validator lists.
|
||||
labels:
|
||||
- Core Server
|
||||
- Blockchain
|
||||
---
|
||||
# validator_list_sites
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ValidatorListSites.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validators.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: サーバーが使用する公開済みの信頼できるバリデータの最新リストに関する情報を返します。
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
- コアサーバー
|
||||
---
|
||||
# validators
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Validators.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validators.html
|
||||
parent: status-and-debugging-methods.html
|
||||
blurb: Get information about the current validators.
|
||||
labels:
|
||||
- Core Server
|
||||
- Blockchain
|
||||
---
|
||||
# validators
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Validators.cpp "Source")
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
---
|
||||
html: TODO_PAGE_NAME.html
|
||||
parent: TODO_CATEGORY_FILENAME.html
|
||||
blurb: TODO BLURB
|
||||
labels:
|
||||
# TODO At least one label
|
||||
---
|
||||
# TODO_method_name
|
||||
[[Source]](TODO_URL "Source")
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
html: api-conventions.html
|
||||
parent: rippled-api.html
|
||||
blurb: Common conventions used across the rippled API.
|
||||
blurb: Common conventions used across the XRP Ledger's HTTP APIs.
|
||||
template: template-landing-children.html
|
||||
---
|
||||
# API Conventions
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: rate-limiting.html
|
||||
parent: api-conventions.html
|
||||
blurb: Information on how public APIs limit clients from making too many requests.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# Rate Limiting
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: rippled-server-states.html
|
||||
parent: api-conventions.html
|
||||
blurb: 一部のAPIメソッドで報告される状態情報の定義です。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# rippledサーバーの状態
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: rippled-server-states.html
|
||||
parent: api-conventions.html
|
||||
blurb: Definitions of state information reported in some API methods.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# rippled Server States
|
||||
|
||||
|
||||
@@ -3,16 +3,18 @@ html: commandline-usage.html
|
||||
parent: rippled-api.html
|
||||
blurb: rippledサーバーのコマンドライン使用オプションです。
|
||||
curated_anchors:
|
||||
- name: 使用できるモード
|
||||
anchor: "#使用できるモード"
|
||||
- name: デーモンモードのオプション
|
||||
anchor: "#デーモンモードのオプション"
|
||||
- name: スタンドアロンモードのオプション
|
||||
anchor: "#スタンドアロンモードのオプション"
|
||||
- name: クライアントモードのオプション
|
||||
anchor: "#クライアントモードのオプション"
|
||||
- name: 単体テスト
|
||||
anchor: "#単体テスト"
|
||||
- name: 使用できるモード
|
||||
anchor: "#使用できるモード"
|
||||
- name: デーモンモードのオプション
|
||||
anchor: "#デーモンモードのオプション"
|
||||
- name: スタンドアロンモードのオプション
|
||||
anchor: "#スタンドアロンモードのオプション"
|
||||
- name: クライアントモードのオプション
|
||||
anchor: "#クライアントモードのオプション"
|
||||
- name: 単体テスト
|
||||
anchor: "#単体テスト"
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# rippledコマンドライン使用リファレンス
|
||||
|
||||
|
||||
@@ -3,16 +3,18 @@ html: commandline-usage.html
|
||||
parent: rippled-api.html
|
||||
blurb: Commandline usage options for the rippled server.
|
||||
curated_anchors:
|
||||
- name: Available Modes
|
||||
anchor: "#available-modes"
|
||||
- name: Daemon Mode Options
|
||||
anchor: "#daemon-mode-options"
|
||||
- name: Stand-Alone Mode Options
|
||||
anchor: "#stand-alone-mode-options"
|
||||
- name: Client Mode Options
|
||||
anchor: "#client-mode-options"
|
||||
- name: Unit Tests
|
||||
anchor: "#unit-tests"
|
||||
- name: Available Modes
|
||||
anchor: "#available-modes"
|
||||
- name: Daemon Mode Options
|
||||
anchor: "#daemon-mode-options"
|
||||
- name: Stand-Alone Mode Options
|
||||
anchor: "#stand-alone-mode-options"
|
||||
- name: Client Mode Options
|
||||
anchor: "#client-mode-options"
|
||||
- name: Unit Tests
|
||||
anchor: "#unit-tests"
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# rippled Commandline Usage Reference
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: health-check.html
|
||||
parent: peer-port-methods.html
|
||||
blurb: Special API method for reporting server health.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# Health Check
|
||||
[[Source]](https://github.com/ripple/rippled/blob/de0c52738785de8bf837f9124da65c7905e7bb5a/src/ripple/overlay/impl/OverlayImpl.cpp#L1084-L1168 "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: peer-crawler.html
|
||||
parent: peer-port-methods.html
|
||||
blurb: Special API method for sharing network topology and status metrics.
|
||||
labels:
|
||||
- Core Server
|
||||
- Blockchain
|
||||
---
|
||||
# Peer Crawler
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: validator-list.html
|
||||
parent: peer-port-methods.html
|
||||
blurb: Special API method for sharing recommended validator lists.
|
||||
labels:
|
||||
- Core Server
|
||||
- Blockchain
|
||||
---
|
||||
# Validator List Method
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: account_channels.html
|
||||
parent: account-methods.html
|
||||
blurb: アカウントのPayment Channelに関する情報を返します。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# account_channels
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/AccountChannels.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: account_currencies.html
|
||||
parent: account-methods.html
|
||||
blurb: アカウントが送金または受領できる通貨のリストを返します。
|
||||
labels:
|
||||
- トークン
|
||||
---
|
||||
# account_currencies
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/df966a9ac6dd986585ecccb206aff24452e41a30/src/ripple/rpc/handlers/AccountCurrencies.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: account_info.html
|
||||
parent: account-methods.html
|
||||
blurb: アカウントとそのアクティビティおよびXRP残高についての情報を取得します。
|
||||
labels:
|
||||
- アカウント
|
||||
- XRP
|
||||
---
|
||||
# account_info
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: account_lines.html
|
||||
parent: account-methods.html
|
||||
blurb: アカウントのトラストラインに関する情報を返します。
|
||||
labels:
|
||||
- トークン
|
||||
---
|
||||
# account_lines
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountLines.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: account_objects.html
|
||||
parent: account-methods.html
|
||||
blurb: アカウントが所有するすべてのオブジェクトを返します。
|
||||
labels:
|
||||
- アカウント
|
||||
- データ保持
|
||||
---
|
||||
# account_objects
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/399c43cae6e90a428e9ce6a988123972b0f03c99/src/ripple/rpc/handlers/AccountObjects.cpp "Source")
|
||||
|
||||
@@ -4,6 +4,7 @@ parent: account-methods.html
|
||||
blurb: Get all ledger objects owned by an account.
|
||||
labels:
|
||||
- Accounts
|
||||
- Data Retention
|
||||
---
|
||||
# account_objects
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountObjects.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: account_offers.html
|
||||
parent: account-methods.html
|
||||
blurb: 特定のアカウントから出されたオファーのリストを取得します。
|
||||
labels:
|
||||
- 分散型取引所
|
||||
---
|
||||
# account_offers
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountOffers.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: account_tx.html
|
||||
parent: account-methods.html
|
||||
blurb: 指定したアカウントに関連するトランザクションのリストを取得します。
|
||||
labels:
|
||||
- Accounts
|
||||
- Payments
|
||||
---
|
||||
# account_tx
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountTx.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: gateway_balances.html
|
||||
parent: account-methods.html
|
||||
blurb: 特定のアカウントから発行された残高の合計を計算します。
|
||||
labels:
|
||||
- トークン
|
||||
- アカウント
|
||||
---
|
||||
# gateway_balances
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/9111ad1a9dc37d49d085aa317712625e635197c0/src/ripple/rpc/handlers/GatewayBalances.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: noripple_check.html
|
||||
parent: account-methods.html
|
||||
blurb: アカウントのDefaultRippleフィールドとそのトラストラインのNoRippleフラグの状態を、推奨される設定と比較して迅速にチェックします。
|
||||
labels:
|
||||
- トークン
|
||||
---
|
||||
# noripple_check
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/9111ad1a9dc37d49d085aa317712625e635197c0/src/ripple/rpc/handlers/NoRippleCheck.cpp "Source")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: channel_authorize.html
|
||||
parent: payment-channel-methods.html
|
||||
blurb: 特定額のXRPをPayment Channelから清算するときに使用できる署名を作成します。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# channel_authorize
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L41 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: channel_verify.html
|
||||
parent: payment-channel-methods.html
|
||||
blurb: 特定額のXRPをPayment Channelから清算するときに使用できる署名の有効性を検証します。
|
||||
labels:
|
||||
- Payment Channel
|
||||
---
|
||||
# channel_verify
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L89 "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: public-rippled-methods.html
|
||||
parent: rippled-api.html
|
||||
blurb: パブリックAPIメソッドを使用して、rippledサーバーと直接通信します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# rippledのパブリックメソッド
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ html: public-rippled-methods.html
|
||||
parent: rippled-api.html
|
||||
blurb: Get data from the XRP Ledger and submit transactions using these public API methods.
|
||||
labels:
|
||||
- rippled
|
||||
- Core Server
|
||||
---
|
||||
# Public rippled Methods
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: fee.html
|
||||
parent: server-info-methods.html
|
||||
blurb: トランザクションコストに関するオープンレジャーの要件の現在の状態を報告します。
|
||||
labels:
|
||||
- 手数料
|
||||
---
|
||||
# fee
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/Fee1.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: server_info.html
|
||||
parent: server-info-methods.html
|
||||
blurb: rippledサーバーについての各種情報を、人間が読めるフォーマットでサーバーに要求します。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# server_info
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")
|
||||
|
||||
@@ -3,7 +3,7 @@ html: server_info.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Retrieve status of the server in human-readable format.
|
||||
labels:
|
||||
- rippled
|
||||
- Core Server
|
||||
---
|
||||
# server_info
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: server_state.html
|
||||
parent: server-info-methods.html
|
||||
blurb: rippledサーバーの現在の状態に関するさまざまな機械可読の情報を問い合わせます。
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# server_state
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerState.cpp "Source")
|
||||
|
||||
@@ -3,7 +3,7 @@ html: server_state.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Retrieve status of the server in machine-readable format.
|
||||
labels:
|
||||
- rippled
|
||||
- Core Server
|
||||
---
|
||||
# server_state
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerState.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
html: subscribe.html
|
||||
parent: subscription-methods.html
|
||||
blurb: 特定のイベントが発生した場合に、定期的に通知するようサーバーに要求します。
|
||||
labels:
|
||||
- 支払い
|
||||
- アカウント
|
||||
- ブロックチェーン
|
||||
- スマートコントラクト
|
||||
---
|
||||
# subscribe
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Subscribe.cpp "Source")
|
||||
|
||||
@@ -6,6 +6,7 @@ labels:
|
||||
- Payments
|
||||
- Blockchain
|
||||
- Accounts
|
||||
- Smart Contracts
|
||||
---
|
||||
# subscribe
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Subscribe.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
html: unsubscribe.html
|
||||
parent: subscription-methods.html
|
||||
blurb: 特定のサブスクリプションまたは一連のサブスクリプションへのメッセージ送信の停止を指示します。
|
||||
labels:
|
||||
- 支払い
|
||||
- アカウント
|
||||
- ブロックチェーン
|
||||
- スマートコントラクト
|
||||
---
|
||||
# unsubscribe
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Unsubscribe.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
html: unsubscribe.html
|
||||
parent: subscription-methods.html
|
||||
blurb: Stop listening for updates about a particular subject.
|
||||
labels:
|
||||
- Payments
|
||||
- Blockchain
|
||||
- Accounts
|
||||
- Smart Contracts
|
||||
---
|
||||
# unsubscribe
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Unsubscribe.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: sign.html # watch for clashes w/ this filename
|
||||
parent: transaction-methods.html
|
||||
blurb: トランザクションの署名済みバイナリー表現を返します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# sign
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/SignHandler.cpp "ソース")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: sign.html # watch for clashes w/ this filename
|
||||
parent: transaction-methods.html
|
||||
blurb: Cryptographically sign a transaction.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# sign
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/SignHandler.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: sign_for.html
|
||||
parent: transaction-methods.html
|
||||
blurb: マルチ署名済みトランザクションの署名を1つ提供します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
---
|
||||
# sign_for
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/SignFor.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: sign_for.html
|
||||
parent: transaction-methods.html
|
||||
blurb: Contribute to a multi-signature.
|
||||
labels:
|
||||
- Transaction Sending
|
||||
---
|
||||
# sign_for
|
||||
[[Source]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/SignFor.cpp "Source")
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user