Seeks a selection of UTXOs that does not necessitate the creation of change.
Although the function signature matches that of the standard coinselect,
requiring a remainder, change is never generated. The remainder is used
to assess if hypothetical change would NOT be considered dust, thereby rendering
the solution unviable.
Notes:
This function does not reorder UTXOs prior to selection.
UTXOs that do not provide enough value to cover their respective fee contributions are automatically excluded.
Refer to coinselect for additional details on input parameters and expected returned values.
Seeks a selection of UTXOs that does not necessitate the creation of change. Although the function signature matches that of the standard coinselect, requiring a
remainder
, change is never generated. Theremainder
is used to assess if hypothetical change would NOT be considered dust, thereby rendering the solution unviable.Notes:
Refer to coinselect for additional details on input parameters and expected returned values.