A compressed CBlockHeader, which leaves out the prevhash.
Declared in <headerssync.h>
struct CompressedHeader;
| Name | Description |
|---|---|
CompressedHeader [constructor] | Constructors |
GetFullHeader | Reconstructs the full block header given the previous block hash. |
| 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. |