CompressedHeader::GetFullHeader

Reconstructs the full block header given the previous block hash.

Synopsis

Declared in <headerssync.h>

CBlockHeader
GetFullHeader(uint256 const& hash_prev_block) const;

Return Value

The full block header.

Parameters

NameDescription
hash_prev_blockThe hash of the previous block to restore.