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

Name

Description

block_index

Block to look up the filter for.

filter_out

Set to the filter that was found.

Created with MrDocs