Skip to main content

btck_transaction_get_txid

Function btck_transaction_get_txid 

Source
pub unsafe extern "C" fn btck_transaction_get_txid(
    transaction: *const btck_Transaction,
) -> *const btck_Txid
Expand description

@brief Get the txid of a transaction. The returned txid is not owned and depends on the lifetime of the transaction.

@param[in] transaction Non-null. @return The txid.