Get a single filter by block.
Declared in <index/blockfilterindex.h>
bool
LookupFilter(
CBlockIndex const* block_index,
BlockFilter& filter_out) const;
True if the filter was found.
| Name | Description |
|---|---|
| block_index | Block to look up the filter for. |
| filter_out | Set to the filter that was found. |