[#interfaces-BlockInfo-2constructor] = xref:interfaces.adoc[interfaces]::xref:interfaces/BlockInfo.adoc[BlockInfo]::BlockInfo :relfileprefix: ../../ :mrdocs: Constructs a BlockInfo referring to the given block hash. == Synopsis Declared in `<kernel/chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- BlockInfo(xref:uint256.adoc[uint256] const& hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash* | Hash of the block this info describes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#