web3_sha3 - Boba Sepolia


Summary

Returns Keccak-256 (not the standardized SHA3-256) of the given data.

Parameters

1. Data Hex

The hexified data to convert into a SHA3 hash
Example: i.e. 0x00000...

Code Examples