btck_transaction_spent_outputs_copy

Copy a transaction's spent outputs.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard, __nonnull__]]
btck_TransactionSpentOutputs*
btck_transaction_spent_outputs_copy(btck_TransactionSpentOutputs const* transaction_spent_outputs);

Return Value

The copied transaction spent outputs.

NOTE

The return value should not be discarded.

Parameters

NameDescription
transaction_spent_outputs [in]Non-null.