@bitgo/wasm-utxo 4.0.0 → 4.0.1

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.
@@ -5535,6 +5535,12 @@ function __wbg_get_imports() {
5535
5535
  const ret = Error(getStringFromWasm0(arg0, arg1));
5536
5536
  return addHeapObject(ret);
5537
5537
  },
5538
+ __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2: function(arg0, arg1) {
5539
+ const v = getObject(arg1);
5540
+ const ret = typeof(v) === 'bigint' ? v : undefined;
5541
+ getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
5542
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
5543
+ },
5538
5544
  __wbg___wbindgen_debug_string_0bc8482c6e3508ae: function(arg0, arg1) {
5539
5545
  const ret = debugString(getObject(arg1));
5540
5546
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
@@ -5563,6 +5569,10 @@ function __wbg_get_imports() {
5563
5569
  const ret = getObject(arg0) === undefined;
5564
5570
  return ret;
5565
5571
  },
5572
+ __wbg___wbindgen_jsval_eq_11888390b0186270: function(arg0, arg1) {
5573
+ const ret = getObject(arg0) === getObject(arg1);
5574
+ return ret;
5575
+ },
5566
5576
  __wbg___wbindgen_number_get_8ff4255516ccad3e: function(arg0, arg1) {
5567
5577
  const obj = getObject(arg1);
5568
5578
  const ret = typeof(obj) === 'number' ? obj : undefined;
Binary file
@@ -5507,6 +5507,12 @@ export function __wbg_Error_8c4e43fe74559d73(arg0, arg1) {
5507
5507
  const ret = Error(getStringFromWasm0(arg0, arg1));
5508
5508
  return addHeapObject(ret);
5509
5509
  }
5510
+ export function __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2(arg0, arg1) {
5511
+ const v = getObject(arg1);
5512
+ const ret = typeof(v) === 'bigint' ? v : undefined;
5513
+ getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
5514
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
5515
+ }
5510
5516
  export function __wbg___wbindgen_debug_string_0bc8482c6e3508ae(arg0, arg1) {
5511
5517
  const ret = debugString(getObject(arg1));
5512
5518
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
@@ -5535,6 +5541,10 @@ export function __wbg___wbindgen_is_undefined_9e4d92534c42d778(arg0) {
5535
5541
  const ret = getObject(arg0) === undefined;
5536
5542
  return ret;
5537
5543
  }
5544
+ export function __wbg___wbindgen_jsval_eq_11888390b0186270(arg0, arg1) {
5545
+ const ret = getObject(arg0) === getObject(arg1);
5546
+ return ret;
5547
+ }
5538
5548
  export function __wbg___wbindgen_number_get_8ff4255516ccad3e(arg0, arg1) {
5539
5549
  const obj = getObject(arg1);
5540
5550
  const ret = typeof(obj) === 'number' ? obj : undefined;
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitgo/wasm-utxo",
3
3
  "description": "WebAssembly wrapper for rust-bitcoin (beta)",
4
- "version": "4.0.0",
4
+ "version": "4.0.1",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",