Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Add missing fields from getClusterNodes documentation (backport #17501)…
Browse files Browse the repository at this point in the history
… (#17502)

* Add missing fields from getClusterNodes documentation

(cherry picked from commit 3d40ec3)

# Conflicts:
#	docs/src/developing/clients/jsonrpc-api.md

* rebase

Co-authored-by: Michael Vines <mvines@gmail.com>
  • Loading branch information
mergify[bot] and mvines authored May 27, 2021
1 parent f364956 commit 8b61ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ The result field will be an array of JSON objects, each with the following sub f
- `tpu: <string>` - TPU network address for the node
- `rpc: <string>|null` - JSON RPC network address for the node, or `null` if the JSON RPC service is not enabled
- `version: <string>|null` - The software version of the node, or `null` if the version information is not available
- `featureSet: <number>|null` - The unique identifier of the node's feature set
- `shredVersion: <number>|null` - The shred version the node has been configured to use

#### Example:

Expand Down

0 comments on commit 8b61ba4

Please sign in to comment.