web3_clientVersion
Returns the current client version.
Last updated
Returns the current client version.
None.
client version: A string representing the current client version.
curl -X POST https://testnet.1money.network \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "web3_clientVersion", "params": [], "id": 1}'{
"jsonrpc": "2.0",
"id": 1,
"result": "FP/v0.1-f83e1598/linux-amd64/rust-1.80"
}Last updated