Constructs a compressed header by copying the fields of a full header.

Synopsis

Declared in <headerssync.h>

explicit
CompressedHeader(CBlockHeader const& header);

Parameters

Name

Description

header

The full block header to compress (its prevhash is dropped).

Created with MrDocs