Serializes the txid to bytes.
Synopsis
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
void
btck_txid_to_bytes(
btck_Txid const* txid,
unsigned char output[]);
Parameters
Name |
Description |
txid [in] |
Non‐null. |
output [out] |
The serialized txid. |
Created with MrDocs