Reconstruct a BlockFilter from parts.
Synopsis
Declared in <blockfilter.h>
BlockFilter(
BlockFilterType filter_type,
uint256 const& block_hash,
std::vector<unsigned char> filter,
bool skip_decode_check);
Parameters
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. |
Created with MrDocs