mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
manifest method is public in v1.7.0
This commit is contained in:
@@ -75,7 +75,7 @@ Use these methods to retrieve information about the current state of the `ripple
|
|||||||
* **[`fee`](fee.html)** - Get information about transaction cost.
|
* **[`fee`](fee.html)** - Get information about transaction cost.
|
||||||
* **[`server_info`](server_info.html)** - Retrieve status of the server in human-readable format.
|
* **[`server_info`](server_info.html)** - Retrieve status of the server in human-readable format.
|
||||||
* **[`server_state`](server_state.html)** - Retrieve status of the server in machine-readable format.
|
* **[`server_state`](server_state.html)** - Retrieve status of the server in machine-readable format.
|
||||||
|
- **[`manifest`](manifest.html)** - Retrieve the latest ephemeral public key information about a known validator.
|
||||||
|
|
||||||
## [Utility Methods](utility-methods.html)
|
## [Utility Methods](utility-methods.html)
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
# manifest
|
# manifest
|
||||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Manifest.cpp "Source")
|
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Manifest.cpp "Source")
|
||||||
|
|
||||||
The `{{currentpage.name}}` method reports the current "manifest" information for a given validator public key. The "manifest" is the public portion of that validator's configured token.
|
The `{{currentpage.name}}` method reports the current "manifest" information for a given validator public key. The "manifest" is the public portion of that validator's configured token. [Updated in: rippled 1.7.0][]
|
||||||
|
|
||||||
_The `{{currentpage.name}}` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
|
|
||||||
|
|
||||||
|
|
||||||
### Request Format
|
### Request Format
|
||||||
@@ -4209,6 +4209,18 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
|
- md: references/rippled-api/public-rippled-methods/server-info-methods/manifest.md
|
||||||
|
html: manifest.html
|
||||||
|
blurb: Look up the public information about a known validator.
|
||||||
|
funnel: Build
|
||||||
|
doc_type: References
|
||||||
|
supercategory: rippled API
|
||||||
|
category: Public rippled Methods
|
||||||
|
subcategory: Server Info Methods
|
||||||
|
targets:
|
||||||
|
- en
|
||||||
|
- ja
|
||||||
|
|
||||||
- md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.md
|
- md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.md
|
||||||
html: server_info.html
|
html: server_info.html
|
||||||
funnel: Build
|
funnel: Build
|
||||||
@@ -4924,18 +4936,6 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
- md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/manifest.md
|
|
||||||
html: manifest.html
|
|
||||||
blurb: Look up the public information about a known validator.
|
|
||||||
funnel: Build
|
|
||||||
doc_type: References
|
|
||||||
supercategory: rippled API
|
|
||||||
category: Admin rippled Methods
|
|
||||||
subcategory: Status and Debugging Methods
|
|
||||||
targets:
|
|
||||||
- en
|
|
||||||
- ja
|
|
||||||
|
|
||||||
- md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md
|
- md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md
|
||||||
html: print.html
|
html: print.html
|
||||||
blurb: Get information about internal subsystems.
|
blurb: Get information about internal subsystems.
|
||||||
|
|||||||
Reference in New Issue
Block a user