-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have sign_transaction() use own enum for signing
Previously the sign_transaction function would require a psbt json Value previously obtained from the wallet_create_funded_psbt RPC call. That meant the function couldnt be used without the psbt. A better way is for the function to accept an iterator of enums which give the required information for signing a transaction.
- Loading branch information
1 parent
5ab0837
commit 99b2111
Showing
1 changed file
with
71 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters