Get a single filter header by block.
Synopsis
Declared in <index/blockfilterindex.h>
[[requires_capability(0x7f2e1b1592c8)]]
bool
LookupFilterHeader(
CBlockIndex const* block_index,
uint256& header_out);
Return Value
True if the filter header was found.
Parameters
Name |
Description |
block_index |
Block to look up the filter header for. |
header_out |
Set to the filter header that was found. |
Created with MrDocs