wallet::SelectionResult::SelectionResult

Construct an empty result targeting a given amount with a given algorithm.

Synopsis

Declared in <wallet/coinselection.h>

explicit
SelectionResult(
    CAmount const target,
    SelectionAlgorithm algo);

Parameters

NameDescription
targetThe selection target (recipient amount plus non-input fees).
algoThe algorithm producing this result.