web3_clientVersion
Returns the version string of the node client software.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”| Field | Type | Description |
|---|---|---|
result | string | The client version string. |
Example
Section titled “Example”Request
Section titled “Request”{ "jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1}Response
Section titled “Response”{ "jsonrpc": "2.0", "id": 1, "result": "op-reth/v1.1.0/linux-x86_64"}