Get a range of filters between two heights on a chain.
Declared in <index/blockfilterindex.h>
bool
LookupFilterRange(
int start_height,
CBlockIndex const* stop_index,
std::vector<BlockFilter>& filters_out) const;
True if all filters in the range were found.
| 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. |