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