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

Name

Description

prev_header

The header of the previous block's filter.

Created with MrDocs