pub type DefaultCoinSelectionAlgorithm = BranchAndBoundCoinSelection<SingleRandomDraw>;
Expand description

Default coin selection algorithm used by TxBuilder if not overridden

Aliased Type§

struct DefaultCoinSelectionAlgorithm { /* private fields */ }