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