btck::TransactionSpentOutputs::TransactionSpentOutputs

Constructors

Synopses

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...

Parameters

NameDescription
viewThe view to copy.
transaction_spent_outputsThe C handle to own.