wallet::SelectionResult::AddInputs

Add a set of inputs to the selection.

Synopsis

Declared in <wallet/coinselection.h>

void
AddInputs(
    OutputSet const& inputs,
    bool subtract_fee_outputs);

Parameters

NameDescription
inputsThe inputs to add.
subtract_fee_outputsWhether the fee is subtracted from the outputs.