web3_sha3
Returns the Keccak-256 (not the normalized SHA3-256) of the given data.
Parameters
DATA
[required] The data that needs to be converted to Sha3, usually hexadecimal data. For example: "hello world
" converted to hexadecimal:0x68656c6c6f20776f726c64
Request
Response
Last updated