sha3
POST {{ENVIRONMENT}}
Returns SHA3-256 of the given data.
Parameters
data
- The data to convert into a SHA3 hash.
params: [
"0x68656c6c6f20776f726c64"
]
Returns
Data
- The SHA3 result of the given string.
Request Body
{"jsonrpc"=>"2.0", "method"=>"web3_sha3", "params"=>["{{EXAMPLE_HEX}}"], "id"=>1}