btck_block_tree_entry_get_block_header

Return the btck_BlockHeader associated with this entry.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard, __nonnull__]]
btck_BlockHeader*
btck_block_tree_entry_get_block_header(btck_BlockTreeEntry const* block_tree_entry);

Return Value

btck_BlockHeader.

NOTE

The return value should not be discarded.

Parameters

NameDescription
block_tree_entry [in]Non-null.