@@ -185,7 +185,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
185
185
return real;
186
186
}
187
187
function __wbg_adapter_30(arg0, arg1, arg2) {
188
- wasm.wasm_bindgen__convert__closures__invoke1_mut__h6969f55afe8abf76 (arg0, arg1, addHeapObject(arg2));
188
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc505ee491f612fba (arg0, arg1, addHeapObject(arg2));
189
189
}
190
190
function _assertClass(instance, klass) {
191
191
if (!(instance instanceof klass)) {
@@ -708,7 +708,7 @@ function handleError(f, args) {
708
708
}
709
709
}
710
710
function __wbg_adapter_1680(arg0, arg1, arg2, arg3) {
711
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h74be858885f6b6fa (arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
711
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h88437d616e0f0e17 (arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
712
712
}
713
713
/**
714
714
*/
@@ -25957,7 +25957,7 @@ class Voter {
25957
25957
* @returns {number}
25958
25958
*/
25959
25959
kind() {
25960
- const ret = wasm.voter_kind (this.ptr);
25960
+ const ret = wasm.redeemertag_kind (this.ptr);
25961
25961
return ret >>> 0;
25962
25962
}
25963
25963
/**
@@ -26419,6 +26419,10 @@ module.exports.Withdrawals = Withdrawals;
26419
26419
module.exports.__wbindgen_object_drop_ref = function (arg0) {
26420
26420
takeObject(arg0);
26421
26421
};
26422
+ module.exports.__wbindgen_string_new = function (arg0, arg1) {
26423
+ const ret = getStringFromWasm0(arg0, arg1);
26424
+ return addHeapObject(ret);
26425
+ };
26422
26426
module.exports.__wbindgen_json_parse = function (arg0, arg1) {
26423
26427
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
26424
26428
return addHeapObject(ret);
@@ -26431,10 +26435,6 @@ module.exports.__wbindgen_json_serialize = function (arg0, arg1) {
26431
26435
getInt32Memory0()[arg0 / 4 + 1] = len0;
26432
26436
getInt32Memory0()[arg0 / 4 + 0] = ptr0;
26433
26437
};
26434
- module.exports.__wbindgen_string_new = function (arg0, arg1) {
26435
- const ret = getStringFromWasm0(arg0, arg1);
26436
- return addHeapObject(ret);
26437
- };
26438
26438
module.exports.__wbg_fetch_16f5dddfc5a913a4 = function (arg0, arg1) {
26439
26439
const ret = getObject(arg0).fetch(getObject(arg1));
26440
26440
return addHeapObject(ret);
@@ -26702,8 +26702,8 @@ module.exports.__wbindgen_memory = function () {
26702
26702
const ret = wasm.memory;
26703
26703
return addHeapObject(ret);
26704
26704
};
26705
- module.exports.__wbindgen_closure_wrapper7029 = function (arg0, arg1, arg2) {
26706
- const ret = makeMutClosure(arg0, arg1, 200 , __wbg_adapter_30);
26705
+ module.exports.__wbindgen_closure_wrapper7060 = function (arg0, arg1, arg2) {
26706
+ const ret = makeMutClosure(arg0, arg1, 230 , __wbg_adapter_30);
26707
26707
return addHeapObject(ret);
26708
26708
};
26709
26709
const path = require('path').join(__dirname, 'cardano_multiplatform_lib_bg.wasm');
0 commit comments