BlockFilterIndex::LookupFilter

Get a single filter by block.

Synopsis

Declared in <index/blockfilterindex.h>

bool
LookupFilter(
    CBlockIndex const* block_index,
    BlockFilter& filter_out) const;

Return Value

True if the filter was found.

Parameters

NameDescription
block_indexBlock to look up the filter for.
filter_outSet to the filter that was found.