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
Name |
Description |
block_tree_entry [in] |
Non‐null. |
Created with MrDocs