Constructors
Synopses
Declared in <headerssync.h>
Constructs an empty compressed header with a null Merkle root.
Constructs a compressed header by copying the fields of a full header.
explicit
CompressedHeader(CBlockHeader const& header);
Parameters
Name |
Description |
header |
The full block header to compress (its prevhash is dropped). |
Created with MrDocs