-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TxBuilder control coin selection methods #131
Comments
Really interested in this feature! I was wondering if manually selecting UTXOs and setting |
I believe that even if you use And if you want to test it out you can use the bdk-cli wallet -d <descriptor> help create_tx |
I've implemented all the requested methods plus the |
You're also welcome to open a draft PR for some early feedback, but fine to wait until #158 is merged too. |
Add methods to TxBuilder to allow users to control coin selection.
Note this issue requires Wallet.list_unspent() to be implemented first to get some OutPoints for testing.
See https://docs.rs/bdk/latest/bdk/wallet/tx_builder/struct.TxBuilder.html for docs on what the functions do.
The text was updated successfully, but these errors were encountered: