We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, signing a transaction involves a stateful protocol in which bits and pieces of the transactions need to be sent over.
Are there any plans of creating an interface that accepts a PSBT and does all the signing in one go?
As per the spec (https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#Signer) no additional data sources should be required if the PSBT is constructed correctly.
The text was updated successfully, but these errors were encountered:
HWI (https://github.com/bitcoin-core/HWI) should be the reference to do that and compare against
Sorry, something went wrong.
No branches or pull requests
Currently, signing a transaction involves a stateful protocol in which bits and pieces of the transactions need to be sent over.
Are there any plans of creating an interface that accepts a PSBT and does all the signing in one go?
As per the spec (https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#Signer) no additional data sources should be required if the PSBT is constructed correctly.
The text was updated successfully, but these errors were encountered: