pub type DefaultCoinSelectionAlgorithm = BranchAndBoundCoinSelection<SingleRandomDraw>;
Expand description
Default coin selection algorithm used by TxBuilder
if not
overridden
Aliased Typeยง
struct DefaultCoinSelectionAlgorithm { /* private fields */ }