Constructors
Declared in <kernel/bitcoinkernel_wrapper.h>
Constructs an owning copy from a view.
TransactionSpentOutputs(TransactionSpentOutputsView const& view);
» more...
Takes ownership of an existing C spent-outputs object.
TransactionSpentOutputs(btck_TransactionSpentOutputs* transaction_spent_outputs);
» more...
| Name | Description |
|---|---|
| view | The view to copy. |
| transaction_spent_outputs | The C handle to own. |