Constructors
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...
| Name | Description |
|---|---|
| header | The full block header to compress (its prevhash is dropped). |