cfx_clientVersion
Return the client version as a string
Params
(0)Result
(cfx_clientVersion_result)string
Match pattern:
^.*$
Example
Request
curl -X POST --data \
'{
    "method": "cfx_clientVersion",
    "params": [],
    "jsonrpc": "2.0",
    "id": 1
}' \
-H "Content-Type: application/json" \
localhost:12539
Result
"conflux-rust-2.0.1-testnet"