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
Name |
Description |
hash_prev_block |
The hash of the previous block to restore. |
Created with MrDocs