btck_txid_to_bytes

Function btck_txid_to_bytes 

Source
pub unsafe extern "C" fn btck_txid_to_bytes(
    txid: *const btck_Txid,
    output: *mut c_uchar,
)
Expand description

@brief Serializes the txid to bytes.

@param[in] txid Non-null. @param[out] output The serialized txid.