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

Name

Description

target

The selection target (recipient amount plus non‐input fees).

algo

The algorithm producing this result.

Created with MrDocs