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