Reconstructs the full block header given the previous block hash.
Declared in <headerssync.h>
CBlockHeader
GetFullHeader(uint256 const& hash_prev_block) const;
The full block header.
| Name | Description |
|---|---|
| hash_prev_block | The hash of the previous block to restore. |