A compressed CBlockHeader, which leaves out the prevhash.

Synopsis

Declared in <headerssync.h>

struct CompressedHeader;

Member Functions

Name

Description

CompressedHeader [constructor]

Constructors

GetFullHeader

Reconstructs the full block header given the previous block hash.

Data Members

Name

Description

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.

Created with MrDocs