Return the height of a certain block tree entry.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[__nonnull__]]
int32_t
btck_block_tree_entry_get_height(btck_BlockTreeEntry const* block_tree_entry);

Return Value

The block height.

Parameters

Name

Description

block_tree_entry [in]

Non‐null.

Created with MrDocs