@meshsdk/common 1.7.22 → 1.7.23

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
@@ -556,6 +556,7 @@ type MeshTxBuilderBody = {
556
556
  strategy: UtxoSelectionStrategy;
557
557
  includeTxFees: boolean;
558
558
  };
559
+ fee?: string;
559
560
  network: Network | number[][];
560
561
  };
561
562
  declare const emptyTxBuilderBody: () => MeshTxBuilderBody;
package/dist/index.d.ts CHANGED
@@ -556,6 +556,7 @@ type MeshTxBuilderBody = {
556
556
  strategy: UtxoSelectionStrategy;
557
557
  includeTxFees: boolean;
558
558
  };
559
+ fee?: string;
559
560
  network: Network | number[][];
560
561
  };
561
562
  declare const emptyTxBuilderBody: () => MeshTxBuilderBody;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.7.22",
3
+ "version": "1.7.23",
4
4
  "description": "Contains constants, types and interfaces used across the SDK and different serialization libraries",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",