web3_sha3
POST http://{{rpc-http-host}}:{{rpc-http-port}}
Returns a SHA3 hash of the specified data. The result value is a Keccak-256 hash, not the standardized SHA3-256.
Parameters
DATA
- Data to convert to a SHA3 hash.
Returns
result
(DATA) - SHA3 result of the input data.
Request Body
{"jsonrpc"=>"2.0", "method"=>"web3_sha3", "params"=>["0x68656c6c6f20776f726c00"], "id"=>1}