web3_clientVersion

Returns the current client version.

Parameters

None.


Returns

client version: A string representing the current client version.


Example

Request

curl -X POST https://testnet.1money.network \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1}'

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "FP/v0.1-f83e1598/linux-amd64/rust-1.80"
}

Last updated