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];