You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Following types are not exported by BitcoinJS, so they need to be manually extractedexporttypePsbtInputExtended=Parameters<typeofbitcoin.Psbt.prototype.addInput>[0];exporttypePsbtOutputExtended=Parameters<typeofbitcoin.Psbt.prototype.addOutput>[0];
The text was updated successfully, but these errors were encountered:
So that I can remove following code in my project
The text was updated successfully, but these errors were encountered: