[#CDiskBlockIndex-ConstructBlockHash] = xref:CDiskBlockIndex.adoc[CDiskBlockIndex]::ConstructBlockHash :relfileprefix: ../ :mrdocs: Recomputes the block hash from the stored header fields. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] ConstructBlockHash() const; ---- == Return Value The hash of the block described by this entry. [.small]#Created with https://www.mrdocs.com[MrDocs]#