[#btck-BlockHashView-ToBytes] = xref:btck.adoc[btck]::xref:btck/BlockHashView.adoc[BlockHashView]::ToBytes :relfileprefix: ../../ :mrdocs: Returns the raw 32‐byte block hash. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::array<std::byte, 32> ToBytes() const; ---- == Return Value The block hash bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#