Add missing fields from getClusterNodes documentation

This commit is contained in:
Michael Vines 2021-05-25 18:41:44 -07:00 committed by mergify[bot]
parent 6d40d0d141
commit 3d40ec3c88
1 changed files with 2 additions and 0 deletions

View File

@ -836,6 +836,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: