Get the btck_BlockHash.
Synopsis
Declared in <kernel/bitcoinkernel.h>
[[nodiscard, __nonnull__]]
btck_BlockHash*
btck_block_header_get_hash(btck_BlockHeader const* header);
Return Value
btck_BlockHash.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
header [in] |
Non‐null header |
Created with MrDocs