@meshsdk/common 1.7.14 → 1.7.15

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.cts CHANGED
@@ -445,6 +445,7 @@ type TxInParameter = {
445
445
  txIndex: number;
446
446
  amount?: Asset[];
447
447
  address?: string;
448
+ scriptSize?: number;
448
449
  };
449
450
  type TxIn = PubKeyTxIn | SimpleScriptTxIn | ScriptTxIn;
450
451
  type PubKeyTxIn = {
package/dist/index.d.ts CHANGED
@@ -445,6 +445,7 @@ type TxInParameter = {
445
445
  txIndex: number;
446
446
  amount?: Asset[];
447
447
  address?: string;
448
+ scriptSize?: number;
448
449
  };
449
450
  type TxIn = PubKeyTxIn | SimpleScriptTxIn | ScriptTxIn;
450
451
  type PubKeyTxIn = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.7.14",
3
+ "version": "1.7.15",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",