BlockFilter::ComputeHeader

Compute the filter header given the previous one.

Synopsis

Declared in <blockfilter.h>

uint256
ComputeHeader(uint256 const& prev_header) const;

Return Value

The filter header for this block.

Parameters

NameDescription
prev_headerThe header of the previous block's filter.