Construct a new BlockFilter of the specified type from a block.
Declared in <blockfilter.h>
BlockFilter(
BlockFilterType filter_type,
CBlock const& block,
CBlockUndo const& block_undo);
| 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. |