Expand description
Compact block filters sync over RPC. For more details refer to BIP157.
This module is home to FilterIter, a structure that returns bitcoin blocks by matching
a list of script pubkeys against a BIP158 BlockFilter.
Structs§
- Event
- Event returned by
FilterIter. - Filter
Iter - Type that returns Bitcoin blocks by matching a list of script pubkeys (SPKs) against a
bip158::BlockFilter.
Enums§
- Error
- Error that may be thrown by
FilterIter.