Return the block hash associated with a block tree entry.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
btck_BlockHash const*
btck_block_tree_entry_get_block_hash(btck_BlockTreeEntry const* block_tree_entry);
The block hash.
| Name | Description |
|---|---|
| block_tree_entry [in] | Non-null. |