package
1.5.5
Repository: https://github.com/nolash/go-ethereum.git
Documentation: pkg.go.dev

# Packages

Package filter implements event filters.

# Variables

ErrMuxClosed is returned when Posting on a closed TypeMux.

# Structs

Event is a time-tagged notification pushed to subscribers.
A TypeMux dispatches events to registered receivers.

# Interfaces

Subscription is implemented by event subscriptions.