-
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
API surface of the Wallet
type
#596
Comments
What I would consider high priority: |
The I'd be great to define the exact use case for this (I think its about creating unbroadcast transactions so as to lock the UTXOs for transaction builder, and eventually to take stock maybe of those tx we've created and maybe want to cancel using |
After taking some time to look at what parts of the
Wallet
API were available/not available/useful for the bindings, many methods stood out. This issue will track them. Note that not all of those are top priority, but most of them we figured would be useful and not too costly to include either in the first version of the 1.0 or in a future feature release (1.1, 1.2, etc.)Wallet::unbroadcast_transactionsThe text was updated successfully, but these errors were encountered: