# Functions
No description provided by the author
NewEventSystem creates a new manager that listens for event on the given mux, parses and filters them.
# 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.
MinedAndPendingLogsSubscription queries for logs in mined and pending blocks.
PendingLogsSubscription queries for logs in pending blocks.
PendingTransactionsSubscription queries tx hashes for pending transactions entering the pending state.
UnknownSubscription indicates an unknown subscription type.
# Structs
EventSystem creates subscriptions, processes events and broadcasts them to the subscription which match the subscription criteria.
Subscription is created when the client registers itself for a particular event.
# Interfaces
No description provided by the author