Return the height of a certain block tree entry.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
int32_t
btck_block_tree_entry_get_height(btck_BlockTreeEntry const* block_tree_entry);
The block height.
| Name | Description |
|---|---|
| block_tree_entry [in] | Non-null. |