CompressedHeader

A compressed CBlockHeader, which leaves out the prevhash.

Synopsis

Declared in <headerssync.h>

struct CompressedHeader;

Member Functions

NameDescription
CompressedHeader [constructor]Constructors
GetFullHeader Reconstructs the full block header given the previous block hash.

Data Members

NameDescription
hashMerkleRoot Merkle root of the block's transactions.
nBits Compact-encoded proof-of-work target.
nNonce Proof-of-work nonce.
nTime Block timestamp.
nVersion Block version.