[#CBlockIndex-GetBlockHeader] = xref:CBlockIndex.adoc[CBlockIndex]::GetBlockHeader :relfileprefix: ../ :mrdocs: Reconstructs the block header for this entry. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlockHeader.adoc[CBlockHeader] GetBlockHeader() const; ---- == Return Value A header populated from this entry's fields and its predecessor's hash. [.small]#Created with https://www.mrdocs.com[MrDocs]#