BlockFilterIndex::LookupFilterHeader

Get a single filter header by block.

Synopsis

Declared in <index/blockfilterindex.h>

[[requires_capability(0x7f2e1b1592c8)]]
bool
LookupFilterHeader(
    CBlockIndex const* block_index,
    uint256& header_out);

Return Value

True if the filter header was found.

Parameters

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