Get the txid from the transaction out point. The returned txid is not owned and depends on the lifetime of the transaction out point.
Synopsis
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
btck_Txid const*
btck_transaction_out_point_get_txid(btck_TransactionOutPoint const* transaction_out_point);
Return Value
The txid.
Parameters
Name |
Description |
transaction_out_point [in] |
Non‐null. |
Created with MrDocs