Skip to content

Commit 465c05a

Browse files
committedFeb 23, 2021
manifest method is public in v1.7.0
1 parent 05d9e4e commit 465c05a

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed
 

‎content/references/rippled-api/public-rippled-methods/public-rippled-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Use these methods to retrieve information about the current state of the `ripple
7575
* **[`fee`](fee.html)** - Get information about transaction cost.
7676
* **[`server_info`](server_info.html)** - Retrieve status of the server in human-readable format.
7777
* **[`server_state`](server_state.html)** - Retrieve status of the server in machine-readable format.
78-
78+
- **[`manifest`](manifest.html)** - Retrieve the latest ephemeral public key information about a known validator.
7979

8080
## [Utility Methods](utility-methods.html)
8181

‎content/references/rippled-api/admin-rippled-methods/status-and-debugging-methods/manifest.md ‎content/references/rippled-api/public-rippled-methods/server-info-methods/manifest.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# manifest
22
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/Manifest.cpp "Source")
33

4-
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.
5-
6-
_The `{{currentpage.name}}` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
4+
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][]
75

86

97
### Request Format

‎dactyl-config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -4209,6 +4209,18 @@ pages:
42094209
targets:
42104210
- ja
42114211

4212+
- md: references/rippled-api/public-rippled-methods/server-info-methods/manifest.md
4213+
html: manifest.html
4214+
blurb: Look up the public information about a known validator.
4215+
funnel: Build
4216+
doc_type: References
4217+
supercategory: rippled API
4218+
category: Public rippled Methods
4219+
subcategory: Server Info Methods
4220+
targets:
4221+
- en
4222+
- ja
4223+
42124224
- md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.md
42134225
html: server_info.html
42144226
funnel: Build
@@ -4924,18 +4936,6 @@ pages:
49244936
targets:
49254937
- ja
49264938

4927-
- md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/manifest.md
4928-
html: manifest.html
4929-
blurb: Look up the public information about a known validator.
4930-
funnel: Build
4931-
doc_type: References
4932-
supercategory: rippled API
4933-
category: Admin rippled Methods
4934-
subcategory: Status and Debugging Methods
4935-
targets:
4936-
- en
4937-
- ja
4938-
49394939
- md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md
49404940
html: print.html
49414941
blurb: Get information about internal subsystems.

0 commit comments

Comments
 (0)