Merge pull request #1209 from amarantha-k/xrpl-1137

Add sign and sign_for to admin methods
This commit is contained in:
Rome Reginelli
2021-10-20 17:03:22 -07:00
committed by GitHub
8 changed files with 43 additions and 23 deletions

View File

@@ -1 +1 @@
_By default, this method is [admin-only](admin-rippled-methods.html). It can be used as a public method if the server has [enabled public signing](enable-public-signing.html)._
_By default, this method is [admin-only](admin-rippled-methods.html). It can be used as a public method if the server admin has [enabled public signing](enable-public-signing.html)._

View File

@@ -39,6 +39,15 @@ Use these methods to manage the `rippled` server.
* **[`ledger_accept`](ledger_accept.html)** - Close and advance the ledger in stand-alone mode.
* **[`stop`](stop.html)** - Shut down the `rippled` server.
## [Signing Methods](signing-methods.html)
Use these methods to sign transactions.
* **[`sign`](sign.html)** - Cryptographically sign a transaction.
* **[`sign_for`](sign_for.html)** - Contribute to a multi-signature.
By default, these methods are [admin-only](get-started-using-http-websocket-apis.html#admin-access). They can be used as public methods if the server admin has [enabled public signing](enable-public-signing.html).
## [Peer Management Methods](peer-management-methods.html)
Use these methods to manage the server's connections in the peer-to-peer XRP Ledger network.

View File

@@ -1,6 +1,6 @@
---
html: sign.html # watch for clashes w/ this filename
parent: transaction-methods.html
parent: signing-methods.html
blurb: トランザクションの署名済みバイナリー表現を返します。
labels:
- トランザクション送信

View File

@@ -1,6 +1,6 @@
---
html: sign.html # watch for clashes w/ this filename
parent: transaction-methods.html
parent: signing-methods.html
blurb: Cryptographically sign a transaction.
labels:
- Transaction Sending

View File

@@ -1,6 +1,6 @@
---
html: sign_for.html
parent: transaction-methods.html
parent: signing-methods.html
blurb: マルチ署名済みトランザクションの署名を1つ提供します。
labels:
- トランザクション送信

View File

@@ -1,6 +1,6 @@
---
html: sign_for.html
parent: transaction-methods.html
parent: signing-methods.html
blurb: Contribute to a multi-signature.
labels:
- Transaction Sending

View File

@@ -42,14 +42,17 @@ A ledger version contains a header, a transaction tree, and a state tree, which
Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions.
* **[`sign`](sign.html)** - Cryptographically sign a transaction.
* **[`sign_for`](sign_for.html)** - Contribute to a multi-signature.
* **[`submit`](submit.html)** - Send a transaction to the network.
* **[`submit_multisigned`](submit_multisigned.html)** - Send a multi-signed transaction to the network.
* **[`transaction_entry`](transaction_entry.html)** - Retrieve info about a transaction from a particular ledger version.
* **[`tx`](tx.html)** - Retrieve info about a transaction from all the ledgers on hand.
* **[`tx_history`](tx_history.html)** - Retrieve info about all recent transactions.
By default, the following methods are [admin-only](admin-rippled-methods.html). They can be used as public methods if the server admin has [enabled public signing](enable-public-signing.html).
* **[`sign`](sign.html)** - Cryptographically sign a transaction.
* **[`sign_for`](sign_for.html)** - Contribute to a multi-signature.
## [Path and Order Book Methods](path-and-order-book-methods.html)

View File

@@ -2643,22 +2643,6 @@ pages:
targets:
- ja
- md: references/rippled-api/public-rippled-methods/transaction-methods/sign.md
targets:
- en
- md: references/rippled-api/public-rippled-methods/transaction-methods/sign.ja.md
targets:
- ja
- md: references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md
targets:
- en
- md: references/rippled-api/public-rippled-methods/transaction-methods/sign_for.ja.md
targets:
- ja
- md: references/rippled-api/public-rippled-methods/transaction-methods/submit.md
targets:
- en
@@ -3029,6 +3013,30 @@ pages:
targets:
- ja
- name: Signing Methods
html: signing-methods.html
parent: admin-rippled-methods.html
blurb: Use these methods to work with transactions. #TODO:translate
template: pagetype-category.html.jinja
targets:
- en
- ja
- md: references/rippled-api/admin-rippled-methods/signing-methods/sign.md
targets:
- en
- md: references/rippled-api/admin-rippled-methods/signing-methods/sign.ja.md
targets:
- ja
- md: references/rippled-api/admin-rippled-methods/signing-methods/sign_for.md
targets:
- en
- md: references/rippled-api/admin-rippled-methods/signing-methods/sign_for.ja.md
targets:
- ja
- name: Peer Management Methods
html: peer-management-methods.html