Add a set of inputs to the selection.

Synopsis

Declared in <wallet/coinselection.h>

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

Parameters

Name

Description

inputs

The inputs to add.

subtract_fee_outputs

Whether the fee is subtracted from the outputs.

Created with MrDocs