[#CompressedHeader-GetFullHeader] = xref:CompressedHeader.adoc[CompressedHeader]::GetFullHeader :relfileprefix: ../ :mrdocs: Reconstructs the full block header given the previous block hash. == Synopsis Declared in `<headerssync.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlockHeader.adoc[CBlockHeader] GetFullHeader(xref:uint256.adoc[uint256] const& hash_prev_block) const; ---- == Return Value The full block header. == Parameters [cols="1,4"] |=== | Name| Description | *hash_prev_block* | The hash of the previous block to restore. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#