@meshsdk/common 1.9.0-beta.21 → 1.9.0-beta.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
@@ -1438,7 +1438,6 @@ interface IWithdrawalBlueprint {
1438
1438
  cbor: string;
1439
1439
  hash: string;
1440
1440
  address: string;
1441
- isStakeScriptCredential: boolean;
1442
1441
  paramScript(compiledCode: string, params: string[], paramsType: PlutusDataType): this;
1443
1442
  noParamScript(compiledCode: string): this;
1444
1443
  }
package/dist/index.d.ts CHANGED
@@ -1438,7 +1438,6 @@ interface IWithdrawalBlueprint {
1438
1438
  cbor: string;
1439
1439
  hash: string;
1440
1440
  address: string;
1441
- isStakeScriptCredential: boolean;
1442
1441
  paramScript(compiledCode: string, params: string[], paramsType: PlutusDataType): this;
1443
1442
  noParamScript(compiledCode: string): this;
1444
1443
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.9.0-beta.21",
3
+ "version": "1.9.0-beta.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",