package
1.4.9
Repository: https://github.com/codzart/go-ethereum.git
Documentation: pkg.go.dev

# Functions

Create a new filter which uses a bloom filter on blocks to figure out whether a particular block is interesting or not.
NewFilterSystem returns a newly allocated filter manager.
NewPublicFilterAPI returns a new PublicFilterAPI instance.

# Constants

new block events filter.
new or removed log filter.
pending log filter.
pending transaction filter.

# Structs

No description provided by the author
Filtering interface.
FilterSystem manages filters that filter specific events such as block, transaction and log events.
NewFilterArgs represents a request to create a new filter.
PublicFilterAPI offers support to create and manage filters.

# Type aliases

FilterType determines the type of filter and is used to put the filter in to the correct bucket when added.