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