[#btck_block_tree_entry_get_block_hash] = btck_block_tree_entry_get_block_hash :mrdocs: Return the block hash associated with a block tree entry. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__nonnull__]] xref:btck_BlockHash-07.adoc[btck_BlockHash] const* btck_block_tree_entry_get_block_hash(xref:btck_BlockTreeEntry-0c.adoc[btck_BlockTreeEntry] const* block_tree_entry); ---- == Return Value The block hash. == Parameters [cols="1,4"] |=== | Name| Description | *block_tree_entry* [in] | Non‐null. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#