You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Multiple coin selection algorithms will be run and the input set that produces the least waste
133
133
* (according to the waste metric) will be chosen.
134
134
*
135
-
* param@[in] wallet The wallet which provides solving data for the coins
136
135
* param@[in] nTargetValue The target value
137
-
* param@[in] eligilibity_filter A filter containing rules for which coins are allowed to be included in this selection
138
-
* param@[in] available_coins The struct of coins, organized by OutputType, available for selection prior to filtering
136
+
* param@[in] groups The struct containing the outputs grouped by script and divided by (1) positive only outputs and (2) all outputs (positive + negative).
139
137
* param@[in] coin_selection_params Parameters for the coin selection
140
138
* returns If successful, a SelectionResult containing the input set
141
139
* If failed, returns (1) an empty error message if the target was not reached (general "Insufficient funds")
142
140
* or (2) an specific error message if there was something particularly wrong (e.g. a selection
0 commit comments