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