Get a range of filters between two heights on a chain.
Synopsis
Declared in <index/blockfilterindex.h>
bool
LookupFilterRange(
int start_height,
CBlockIndex const* stop_index,
std::vector<BlockFilter>& filters_out) const;
Return Value
True if all filters in the range were found.
Parameters
Name |
Description |
start_height |
Height of the first block in the range. |
stop_index |
Block index entry of the last block in the range. |
filters_out |
Set to the filters found in the range. |
Created with MrDocs