Add a set of inputs to the selection.
Declared in <wallet/coinselection.h>
void
AddInputs(
OutputSet const& inputs,
bool subtract_fee_outputs);
| Name | Description |
|---|---|
| inputs | The inputs to add. |
| subtract_fee_outputs | Whether the fee is subtracted from the outputs. |