@caravan/psbt 1.9.3 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +69569 -40141
- package/dist/index.mjs +69498 -40070
- package/package.json +5 -6
package/dist/index.d.ts
CHANGED
|
@@ -535,4 +535,4 @@ declare const PSBT_MAGIC_HEX = "70736274ff";
|
|
|
535
535
|
declare const PSBT_MAGIC_B64 = "cHNidP8";
|
|
536
536
|
declare const PSBT_MAGIC_BYTES: Buffer;
|
|
537
537
|
|
|
538
|
-
export { LegacyInput, LegacyMultisig, LegacyOutput, PSBT_MAGIC_B64, PSBT_MAGIC_BYTES, PSBT_MAGIC_HEX, PsbtInput, PsbtOutput, PsbtV2, addGlobalXpubs, autoLoadPSBT, convertLegacyInput, convertLegacyOutput, getPsbtVersionNumber, getUnsignedMultisigPsbtV0, translatePSBT, validateMultisigPsbtSignature };
|
|
538
|
+
export { type LegacyInput, type LegacyMultisig, type LegacyOutput, PSBT_MAGIC_B64, PSBT_MAGIC_BYTES, PSBT_MAGIC_HEX, type PsbtInput, type PsbtOutput, PsbtV2, addGlobalXpubs, autoLoadPSBT, convertLegacyInput, convertLegacyOutput, getPsbtVersionNumber, getUnsignedMultisigPsbtV0, translatePSBT, validateMultisigPsbtSignature };
|