package
0.4.1
Repository: https://github.com/cosmos/ethermint.git
Documentation: pkg.go.dev

# Functions

filterLogs creates a slice of logs matching the given criteria.
NewAPI returns a new PublicFilterAPI instance.
NewBlockFilter creates a new filter which directly inspects the contents of a block to figure out whether it is interesting or not.
NewEventSystem creates a new manager that listens for event on the given mux, parses and filters them.
NewRangeFilter creates a new filter which uses a bloom filter on blocks to figure out whether a particular block is interesting or not.

# Structs

EventSystem creates subscriptions, processes events and broadcasts them to the subscription which match the subscription criteria using the Tendermint's RPC client.
Filter can be used to retrieve and filter logs.
PublicFilterAPI offers support to create and manage filters.
Subscription defines a wrapper for the private subscription.

# Interfaces

Backend defines the methods requided by the PublicFilterAPI backend.