-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
It would be useful if callbacks could be attached to contract events to do things like update a trading activity table in a UI when a Transfer event is emitted. An initial implementation could involve polling for new events starting from the block number of the latest fetched event, and firing registered callbacks if events with later block numbers are returned.
Additional listeners for the following events should also be considered:
- block created
- signer changed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed