Get a range of filter hashes between two heights on a chain.
Declared in <index/blockfilterindex.h>
bool
LookupFilterHashRange(
int start_height,
CBlockIndex const* stop_index,
std::vector<uint256>& hashes_out) const;
True if all filter hashes 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. |
| hashes_out | Set to the filter hashes found in the range. |