Returns Keccak-256 (not the standardized SHA3-256) of the given data.
Parameters
DATA
params: [ "0x68656c6c6f20776f726c64" ]
Returns
DATA - The SHA3 result of the given string.
POST //sha3 HTTP/1.1 Host: tomo.nownodes.io Content-Type: application/json Accept: */* Content-Length: 84 { "jsonrpc": "2.0", "method": "web3_sha3", "params": [ "0x68656c6c6f20776f726c64" ], "id": 64 }
Successful Operation
No content