The main coin selection function executes wideSelection and then deepSelection, combining the two. It greedily selects the smallest set of utxos, and then any extra is done with the depth search.
The available inputs for the selection.
Optional
The result of the coin selection operation.
The main coin selection function executes wideSelection and then deepSelection, combining the two. It greedily selects the smallest set of utxos, and then any extra is done with the depth search.