[#btck-BlockHash-2constructor-08] = xref:btck.adoc[btck]::xref:btck/BlockHash.adoc[BlockHash]::BlockHash :relfileprefix: ../../ :mrdocs: Constructs a block hash from raw 32‐byte data. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit BlockHash(std::array<std::byte, 32> const& hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The 32‐byte hash value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#