mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 00:25:49 +00:00
Move files from public to admin methods and update config file
This commit is contained in:
@@ -39,14 +39,14 @@ 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.
|
||||
|
||||
## [Transaction Methods](transaction-methods.html)
|
||||
## [Signing Methods](signing-methods.html)
|
||||
|
||||
Use these methods to work with transactions.
|
||||
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](admin-rippled-methods.html). They can be used as public methods if the server has [enabled public signing](enable-public-signing.html).
|
||||
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)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: sign.html # watch for clashes w/ this filename
|
||||
parent: transaction-methods.html
|
||||
parent: signing-methods.html
|
||||
blurb: トランザクションの署名済みバイナリー表現を返します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: sign_for.html
|
||||
parent: transaction-methods.html
|
||||
parent: signing-methods.html
|
||||
blurb: マルチ署名済みトランザクションの署名を1つ提供します。
|
||||
labels:
|
||||
- トランザクション送信
|
||||
@@ -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
|
||||
@@ -48,7 +48,7 @@ Transactions are the only thing that can modify the shared state of the XRP Ledg
|
||||
* **[`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 has [enabled public signing](enable-public-signing.html).
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user