@cardananium/cquisitor-lib 0.1.0-beta.49 → 0.1.0-beta.50

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.
@@ -29566,22 +29566,27 @@ export function __wbindgen_cast_0000000000000001(arg0) {
29566
29566
  const ret = arg0;
29567
29567
  return ret;
29568
29568
  }
29569
- export function __wbindgen_cast_0000000000000002(arg0) {
29569
+ export function __wbindgen_cast_0000000000000002(arg0, arg1) {
29570
+ // Cast intrinsic for `I128 -> Externref`.
29571
+ const ret = (BigInt.asUintN(64, arg0) | (arg1 << BigInt(64)));
29572
+ return ret;
29573
+ }
29574
+ export function __wbindgen_cast_0000000000000003(arg0) {
29570
29575
  // Cast intrinsic for `I64 -> Externref`.
29571
29576
  const ret = arg0;
29572
29577
  return ret;
29573
29578
  }
29574
- export function __wbindgen_cast_0000000000000003(arg0, arg1) {
29579
+ export function __wbindgen_cast_0000000000000004(arg0, arg1) {
29575
29580
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
29576
29581
  const ret = getArrayU8FromWasm0(arg0, arg1);
29577
29582
  return ret;
29578
29583
  }
29579
- export function __wbindgen_cast_0000000000000004(arg0, arg1) {
29584
+ export function __wbindgen_cast_0000000000000005(arg0, arg1) {
29580
29585
  // Cast intrinsic for `Ref(String) -> Externref`.
29581
29586
  const ret = getStringFromWasm0(arg0, arg1);
29582
29587
  return ret;
29583
29588
  }
29584
- export function __wbindgen_cast_0000000000000005(arg0) {
29589
+ export function __wbindgen_cast_0000000000000006(arg0) {
29585
29590
  // Cast intrinsic for `U64 -> Externref`.
29586
29591
  const ret = BigInt.asUintN(64, arg0);
29587
29592
  return ret;
Binary file
@@ -29838,22 +29838,27 @@ function __wbg_get_imports() {
29838
29838
  const ret = arg0;
29839
29839
  return ret;
29840
29840
  },
29841
- __wbindgen_cast_0000000000000002: function(arg0) {
29841
+ __wbindgen_cast_0000000000000002: function(arg0, arg1) {
29842
+ // Cast intrinsic for `I128 -> Externref`.
29843
+ const ret = (BigInt.asUintN(64, arg0) | (arg1 << BigInt(64)));
29844
+ return ret;
29845
+ },
29846
+ __wbindgen_cast_0000000000000003: function(arg0) {
29842
29847
  // Cast intrinsic for `I64 -> Externref`.
29843
29848
  const ret = arg0;
29844
29849
  return ret;
29845
29850
  },
29846
- __wbindgen_cast_0000000000000003: function(arg0, arg1) {
29851
+ __wbindgen_cast_0000000000000004: function(arg0, arg1) {
29847
29852
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
29848
29853
  const ret = getArrayU8FromWasm0(arg0, arg1);
29849
29854
  return ret;
29850
29855
  },
29851
- __wbindgen_cast_0000000000000004: function(arg0, arg1) {
29856
+ __wbindgen_cast_0000000000000005: function(arg0, arg1) {
29852
29857
  // Cast intrinsic for `Ref(String) -> Externref`.
29853
29858
  const ret = getStringFromWasm0(arg0, arg1);
29854
29859
  return ret;
29855
29860
  },
29856
- __wbindgen_cast_0000000000000005: function(arg0) {
29861
+ __wbindgen_cast_0000000000000006: function(arg0) {
29857
29862
  // Cast intrinsic for `U64 -> Externref`.
29858
29863
  const ret = BigInt.asUintN(64, arg0);
29859
29864
  return ret;
Binary file
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Evgenii Lisitskii <evgeniilisitskii@gmail.com>"
5
5
  ],
6
6
  "description": "Cardano transaction validation library",
7
- "version": "0.1.0-beta.49",
7
+ "version": "0.1.0-beta.50",
8
8
  "license": "Apache-2.0",
9
9
  "files": [
10
10
  "node/cquisitor_lib_bg.wasm",