CompressedHeader::CompressedHeader

Constructors

Synopses

Declared in <headerssync.h>

Constructs an empty compressed header with a null Merkle root.

CompressedHeader();
» more...

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

explicit
CompressedHeader(CBlockHeader const& header);
» more...

Parameters

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