[#btck_block_header_get_hash] = btck_block_header_get_hash :mrdocs: Get the btck_BlockHash. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard, __nonnull__]] xref:btck_BlockHash-07.adoc[btck_BlockHash]* btck_block_header_get_hash(xref:btck_BlockHeader-00.adoc[btck_BlockHeader] const* header); ---- == Return Value btck_BlockHash. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *header* [in] | Non‐null header |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#