bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

Export witnessStackToScriptWitness

Open monokh opened this issue 4 years ago • 1 comments

For PSBT signing, the witnessStackToScriptWitness and witnessStackToScriptWitness 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?

monokh avatar Nov 02 '20 09:11 monokh

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!

sisou avatar Jul 30 '21 11:07 sisou

More discussion welcome in #1862, close this issue

jasonandjay avatar May 01 '24 10:05 jasonandjay