Reconstruct a BlockFilter from parts.
Declared in <blockfilter.h>
BlockFilter(
BlockFilterType filter_type,
uint256 const& block_hash,
std::vector<unsigned char> filter,
bool skip_decode_check);
| Name | Description |
|---|---|
| filter_type | The type of filter to reconstruct. |
| block_hash | Hash of the block this filter is for. |
| filter | The serialized filter contents. |
| skip_decode_check | If true, skip validating the encoded filter. |