-
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
Expose add_foreign_utxo for TxBuilder #329
Comments
@thunderbiscuit can you put this on the agenda for Tues call? Let's see if we can get it into the next release. |
Looks like there are a few other changes needed before we can enable this function. Per @BitcoinZavior's example in LtbLightning/bdk-flutter#63 other structs and functions we're missing in
Should we divide and conquer and do in multiple PRs or all in one? |
This comparison shows the This branch was made as an example for someone to use. |
I went ahead and created #362 to add the EDIT: forgot about the |
At the moment TxBuilder does not have
add_foreign_utxo
https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/wallet/tx_builder/struct.TxBuilder.html#method.add_foreign_utxo
It will be great to have this method exposed so that it can be used in the language and framework bindings.
There is interest from the community in using this method in apps.
Ref:
LtbLightning/bdk-flutter#63
The text was updated successfully, but these errors were encountered: