# Functions
NewEventSystem creates a new manager that listens for event on the given mux, parses and filters them.
No description provided by the author
# Constants
BlocksSubscription queries hashes for blocks that are imported.
LastSubscription keeps track of the last index.
LogsSubscription queries for new or removed (chain reorg) logs.
UnknownSubscription indicates an unknown subscription type.
# Structs
No description provided by the author
EventSystem creates subscriptions, processes events and broadcasts them to the subscription which match the subscription criteria.
No description provided by the author
Subscription is created when the client registers itself for a particular event.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author