You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This filter will collect data about a specific event. To calculate the topic's hash run web3.sha3('TestEvent(string,uint256)') in a geth console. web3.sha3 will return a hash calculated using the Keccak-256 SHA3 algorithm.
The text was updated successfully, but these errors were encountered:
The topic is the hash of an event function signature.
Example
This filter will collect data about a specific event. To calculate the topic's hash run
web3.sha3('TestEvent(string,uint256)')
in a geth console.web3.sha3
will return a hash calculated using the Keccak-256 SHA3 algorithm.The text was updated successfully, but these errors were encountered: