Expand description
Rust Bitcoin coin selection library.
Efficient algorithms for choosing an optimal UTXO set.
Traits§
- Weighted
Utxo - Behavior needed for coin-selection.
Functions§
- select_
coins rand - Attempt a match with
select_coins_bnbfalling back toselect_coins_srd. - select_
coins_ bnb - Performs a deterministic depth first branch and bound search for a changeless solution.
- select_
coins_ srd rand - Randomize the input set and select coins until the target is reached.