Skip to content

Commit e55c7ed

Browse files
authored
Merge pull request #2918 from XRPLF/add-server_definitions-to-public-methods-page
Add server_definitions to public API methods index page
2 parents dbebb47 + 5813513 commit e55c7ed

File tree

1 file changed

+2
-1
lines changed
  • docs/references/http-websocket-apis/public-api-methods

1 file changed

+2
-1
lines changed

docs/references/http-websocket-apis/public-api-methods/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ Use these methods to retrieve information about the current state of the `ripple
9191
* **[`fee`](server-info-methods/fee.md)** - Get information about transaction cost.
9292
* **[`server_info`](server-info-methods/server_info.md)** - Retrieve status of the server in human-readable format.
9393
* **[`server_state`](server-info-methods/server_state.md)** - Retrieve status of the server in machine-readable format.
94-
- **[`manifest`](server-info-methods/manifest.md)** - Retrieve the latest ephemeral public key information about a known validator.
94+
* **[`server_definitions`](server-info-methods/server_definitions.md)** - Retrieve a list of types and fields used for the XRPL's canonical binary format.
95+
* **[`manifest`](server-info-methods/manifest.md)** - Retrieve the latest ephemeral public key information about a known validator.
9596

9697
## [Clio Methods](clio-methods/index.md)
9798

0 commit comments

Comments
 (0)