@meshsdk/common 1.9.0-beta.27 → 1.9.0-beta.28

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
@@ -1688,7 +1688,7 @@ interface IResolver {
1688
1688
  resolveTxHash(txHex: string): string;
1689
1689
  };
1690
1690
  data: {
1691
- resolveDataHash(data: Data): string;
1691
+ resolveDataHash(rawData: BuilderData["content"], type?: PlutusDataType): string;
1692
1692
  };
1693
1693
  script: {
1694
1694
  resolveScriptRef(script: NativeScript | PlutusScript): string;
package/dist/index.d.ts CHANGED
@@ -1688,7 +1688,7 @@ interface IResolver {
1688
1688
  resolveTxHash(txHex: string): string;
1689
1689
  };
1690
1690
  data: {
1691
- resolveDataHash(data: Data): string;
1691
+ resolveDataHash(rawData: BuilderData["content"], type?: PlutusDataType): string;
1692
1692
  };
1693
1693
  script: {
1694
1694
  resolveScriptRef(script: NativeScript | PlutusScript): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.9.0-beta.27",
3
+ "version": "1.9.0-beta.28",
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",