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
Name |
Description |
transaction_spent_outputs [in] |
Non‐null. |
Created with MrDocs