Construct an empty result targeting a given amount with a given algorithm.
Declared in <wallet/coinselection.h>
explicit
SelectionResult(
CAmount const target,
SelectionAlgorithm algo);
| Name | Description |
|---|---|
| target | The selection target (recipient amount plus non-input fees). |
| algo | The algorithm producing this result. |