bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
868 stars 311 forks source link

Plugable coin selection #69

Closed notmandatory closed 4 years ago

notmandatory commented 4 years ago
notmandatory commented 4 years ago

This functionality was already present in the MagicalBitcoin/magical-bitcoin-wallet repo, so when that repo was renamed to bitcoindevkit/bdk this issue was resolved. See wallet/coin_selection.rs CoinSelectionAlgorithm trait.