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