Construct a new BlockFilter of the specified type from a block.

Synopsis

Declared in <blockfilter.h>

BlockFilter(
    BlockFilterType filter_type,
    CBlock const& block,
    CBlockUndo const& block_undo);

Parameters

Name

Description

filter_type

The type of filter to build.

block

The block to build the filter from.

block_undo

Undo data for the block, providing spent outputs.

Created with MrDocs