Returns the current client version.
Invocation |
|
This method doesn't have parameters. |
Returned type | Description |
| |
curl --data '{"method":"web3_clientVersion","params":[],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
See also CLI web3.clientVersion
Returns Keccak of the given data.
Invocation |
|
Parameter | Type | Description |
data |
| |
Returned type | Description |
| |
curl --data '{"method":"web3_sha3","params":[data],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545