Serializes the block hash to bytes.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
void
btck_block_hash_to_bytes(
btck_BlockHash const* block_hash,
unsigned char output[]);
| Name | Description |
|---|---|
| block_hash [in] | Non-null. |
| output [in] | The serialized block hash. |