mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +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.
|
||||
* **[`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.
|
||||
|
||||
- **[`manifest`](manifest.html)** - Retrieve the latest ephemeral public key information about a known validator.
|
||||
|
||||
## [Utility Methods](utility-methods.html)
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
# manifest
|
||||
[[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 is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
|
||||
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][]
|
||||
|
||||
|
||||
### Request Format
|
||||
Reference in New Issue
Block a user