web3_sha3
Returns the keccak-256 (not the standarized sha3-256) of the given data.
Parameters
Name
Type
Description
Data
HexString
Data to calculate the hash from.
Return Type
HexString
- The keccak-256 digest of the given data.
Example
Last updated
Was this helpful?