package
1.9.25
Repository: https://github.com/p9c/pod.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of the FilterStore given an already open database, and the target chain parameters.

# Constants

RegularFilter is the filter type of regular filters which contain outputs and pkScript data pushes.

# Variables

No description provided by the author
No description provided by the author
ErrFilterNotFound is returned when a filter for a target block hash is unable to be located.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

FilterStore is an implementation of the FilterDatabase interface which is backed by boltdb.

# Interfaces

FilterDatabase is an interface which represents an object that is capable of storing and retrieving filters according to their corresponding block hash and also their filter type.

# Type aliases

FilterType is a enum-like type that represents the various filter types currently defined.