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
For PSBT signing, the witnessStackToScriptWitness and witnessStackToScriptWitness functions are useful for apps trying to spend from custom scripts.
witnessStackToScriptWitness
As it is not exported, it is being duplicated for the users of bitcoinjs-lib. Is it a good idea to export these?
bitcoinjs-lib
The text was updated successfully, but these errors were encountered:
We are signing HTLC redeem transaction at Nimiq, and we are duplicating these methods in our code. If they can be exported, that would be great!
Sorry, something went wrong.
More discussion welcome in #1862, close this issue
No branches or pull requests
For PSBT signing, the
witnessStackToScriptWitness
andwitnessStackToScriptWitness
functions are useful for apps trying to spend from custom scripts.As it is not exported, it is being duplicated for the users of
bitcoinjs-lib
. Is it a good idea to export these?The text was updated successfully, but these errors were encountered: