btck_transaction_input_get_out_point

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

NameDescription
transaction_input [in]Non-null.