@hirosystems/clarinet-sdk-wasm
Advanced tools
Comparing version 2.4.0-beta2 to 2.4.0-beta3
@@ -9,3 +9,3 @@ /* tslint:disable */ | ||
*/ | ||
export class CallContractArgs { | ||
export class CallFnArgs { | ||
free(): void; | ||
@@ -99,6 +99,6 @@ /** | ||
/** | ||
* @param {CallContractArgs} args | ||
* @param {CallFnArgs} args | ||
* @returns {TransactionRes} | ||
*/ | ||
callReadOnlyFn(args: CallContractArgs): TransactionRes; | ||
callReadOnlyFn(args: CallFnArgs): TransactionRes; | ||
/** | ||
@@ -115,7 +115,12 @@ * @param {DeployContractArgs} args | ||
/** | ||
* @param {CallContractArgs} args | ||
* @param {CallFnArgs} args | ||
* @returns {TransactionRes} | ||
*/ | ||
callPublicFn(args: CallContractArgs): TransactionRes; | ||
callPublicFn(args: CallFnArgs): TransactionRes; | ||
/** | ||
* @param {CallFnArgs} args | ||
* @returns {TransactionRes} | ||
*/ | ||
callPrivateFn(args: CallFnArgs): TransactionRes; | ||
/** | ||
* @param {Array<any>} js_txs | ||
@@ -122,0 +127,0 @@ * @returns {any} |
@@ -227,3 +227,3 @@ let imports = {}; | ||
function __wbg_adapter_44(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2e425e9b7fa2f674(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb071c8bafab595a1(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
@@ -271,12 +271,12 @@ | ||
} | ||
function __wbg_adapter_168(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__hbdcb6eb3218faacf(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
function __wbg_adapter_169(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2d78d70b7078fa90(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
const CallContractArgsFinalization = (typeof FinalizationRegistry === 'undefined') | ||
const CallFnArgsFinalization = (typeof FinalizationRegistry === 'undefined') | ||
? { register: () => {}, unregister: () => {} } | ||
: new FinalizationRegistry(ptr => wasm.__wbg_callcontractargs_free(ptr >>> 0)); | ||
: new FinalizationRegistry(ptr => wasm.__wbg_callfnargs_free(ptr >>> 0)); | ||
/** | ||
*/ | ||
class CallContractArgs { | ||
class CallFnArgs { | ||
@@ -286,3 +286,3 @@ __destroy_into_raw() { | ||
this.__wbg_ptr = 0; | ||
CallContractArgsFinalization.unregister(this); | ||
CallFnArgsFinalization.unregister(this); | ||
return ptr; | ||
@@ -293,3 +293,3 @@ } | ||
const ptr = this.__destroy_into_raw(); | ||
wasm.__wbg_callcontractargs_free(ptr); | ||
wasm.__wbg_callfnargs_free(ptr); | ||
} | ||
@@ -311,3 +311,3 @@ /** | ||
const len3 = WASM_VECTOR_LEN; | ||
const ret = wasm.callcontractargs_new(ptr0, len0, ptr1, len1, ptr2, len2, ptr3, len3); | ||
const ret = wasm.callfnargs_new(ptr0, len0, ptr1, len1, ptr2, len2, ptr3, len3); | ||
this.__wbg_ptr = ret >>> 0; | ||
@@ -317,3 +317,3 @@ return this; | ||
} | ||
module.exports.CallContractArgs = CallContractArgs; | ||
module.exports.CallFnArgs = CallFnArgs; | ||
@@ -661,3 +661,3 @@ const ContractOptionsFinalization = (typeof FinalizationRegistry === 'undefined') | ||
/** | ||
* @param {CallContractArgs} args | ||
* @param {CallFnArgs} args | ||
* @returns {TransactionRes} | ||
@@ -668,3 +668,3 @@ */ | ||
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16); | ||
_assertClass(args, CallContractArgs); | ||
_assertClass(args, CallFnArgs); | ||
wasm.sdk_callReadOnlyFn(retptr, this.__wbg_ptr, args.__wbg_ptr); | ||
@@ -723,3 +723,3 @@ var r0 = getInt32Memory0()[retptr / 4 + 0]; | ||
/** | ||
* @param {CallContractArgs} args | ||
* @param {CallFnArgs} args | ||
* @returns {TransactionRes} | ||
@@ -730,3 +730,3 @@ */ | ||
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16); | ||
_assertClass(args, CallContractArgs); | ||
_assertClass(args, CallFnArgs); | ||
wasm.sdk_callPublicFn(retptr, this.__wbg_ptr, args.__wbg_ptr); | ||
@@ -745,2 +745,22 @@ var r0 = getInt32Memory0()[retptr / 4 + 0]; | ||
/** | ||
* @param {CallFnArgs} args | ||
* @returns {TransactionRes} | ||
*/ | ||
callPrivateFn(args) { | ||
try { | ||
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16); | ||
_assertClass(args, CallFnArgs); | ||
wasm.sdk_callPrivateFn(retptr, this.__wbg_ptr, args.__wbg_ptr); | ||
var r0 = getInt32Memory0()[retptr / 4 + 0]; | ||
var r1 = getInt32Memory0()[retptr / 4 + 1]; | ||
var r2 = getInt32Memory0()[retptr / 4 + 2]; | ||
if (r2) { | ||
throw takeObject(r1); | ||
} | ||
return TransactionRes.__wrap(r0); | ||
} finally { | ||
wasm.__wbindgen_add_to_stack_pointer(16); | ||
} | ||
} | ||
/** | ||
* @param {Array<any>} js_txs | ||
@@ -1056,7 +1076,2 @@ * @returns {any} | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_string_new = function(arg0, arg1) { | ||
@@ -1067,2 +1082,11 @@ const ret = getStringFromWasm0(arg0, arg1); | ||
module.exports.__wbindgen_string_get = function(arg0, arg1) { | ||
const obj = getObject(arg1); | ||
const ret = typeof(obj) === 'string' ? obj : undefined; | ||
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
var len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
}; | ||
module.exports.__wbindgen_is_string = function(arg0) { | ||
@@ -1073,2 +1097,7 @@ const ret = typeof(getObject(arg0)) === 'string'; | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbindgen_as_number = function(arg0) { | ||
@@ -1084,9 +1113,5 @@ const ret = +getObject(arg0); | ||
module.exports.__wbindgen_string_get = function(arg0, arg1) { | ||
const obj = getObject(arg1); | ||
const ret = typeof(obj) === 'string' ? obj : undefined; | ||
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
var len1 = WASM_VECTOR_LEN; | ||
getInt32Memory0()[arg0 / 4 + 1] = len1; | ||
getInt32Memory0()[arg0 / 4 + 0] = ptr1; | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
@@ -1104,7 +1129,2 @@ | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
module.exports.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -1140,3 +1160,3 @@ const ret = new Error(); | ||
module.exports.__wbg_fetch_661ffba2a4f2519c = function(arg0, arg1) { | ||
module.exports.__wbg_fetch_921fad6ef9e883dd = function(arg0, arg1) { | ||
const ret = getObject(arg0).fetch(getObject(arg1)); | ||
@@ -1146,3 +1166,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_f1c3a9c2533a55b8 = function() { return handleError(function () { | ||
module.exports.__wbg_new_ab6fd82b10560829 = function() { return handleError(function () { | ||
const ret = new Headers(); | ||
@@ -1152,11 +1172,11 @@ return addHeapObject(ret); | ||
module.exports.__wbg_append_1be1d651f9ecf2eb = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { | ||
module.exports.__wbg_append_7bfcb4937d1d5e29 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { | ||
getObject(arg0).append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); | ||
}, arguments) }; | ||
module.exports.__wbg_log_7bb108d119bafbc1 = function(arg0) { | ||
module.exports.__wbg_log_5bb5f88f245d7762 = function(arg0) { | ||
console.log(getObject(arg0)); | ||
}; | ||
module.exports.__wbg_instanceof_Response_fb3a4df648c1859b = function(arg0) { | ||
module.exports.__wbg_instanceof_Response_849eb93e75734b6e = function(arg0) { | ||
let result; | ||
@@ -1172,3 +1192,3 @@ try { | ||
module.exports.__wbg_url_8ec2534cdfacb103 = function(arg0, arg1) { | ||
module.exports.__wbg_url_5f6dc4009ac5f99d = function(arg0, arg1) { | ||
const ret = getObject(arg1).url; | ||
@@ -1181,3 +1201,3 @@ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); | ||
module.exports.__wbg_status_d483a4ac847f380a = function(arg0) { | ||
module.exports.__wbg_status_61a01141acd3cf74 = function(arg0) { | ||
const ret = getObject(arg0).status; | ||
@@ -1187,3 +1207,3 @@ return ret; | ||
module.exports.__wbg_headers_6093927dc359903e = function(arg0) { | ||
module.exports.__wbg_headers_9620bfada380764a = function(arg0) { | ||
const ret = getObject(arg0).headers; | ||
@@ -1193,3 +1213,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_arrayBuffer_cb886e06a9e36e4d = function() { return handleError(function (arg0) { | ||
module.exports.__wbg_arrayBuffer_29931d52c7206b02 = function() { return handleError(function (arg0) { | ||
const ret = getObject(arg0).arrayBuffer(); | ||
@@ -1199,3 +1219,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_signal_686bf5a4acff74a1 = function(arg0) { | ||
module.exports.__wbg_signal_a61f78a3478fd9bc = function(arg0) { | ||
const ret = getObject(arg0).signal; | ||
@@ -1205,3 +1225,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_a16bcd3b8d000a4f = function() { return handleError(function () { | ||
module.exports.__wbg_new_0d76b0581eca6298 = function() { return handleError(function () { | ||
const ret = new AbortController(); | ||
@@ -1211,7 +1231,7 @@ return addHeapObject(ret); | ||
module.exports.__wbg_abort_5f06bf3b2954cf33 = function(arg0) { | ||
module.exports.__wbg_abort_2aa7521d5690750e = function(arg0) { | ||
getObject(arg0).abort(); | ||
}; | ||
module.exports.__wbg_newwithstrandinit_c45f0dc6da26fd03 = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_newwithstrandinit_3fd6fba4083ff2d0 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = new Request(getStringFromWasm0(arg0, arg1), getObject(arg2)); | ||
@@ -1291,3 +1311,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) { | ||
module.exports.__wbg_get_bd8e338fbd5f5cc8 = function(arg0, arg1) { | ||
const ret = getObject(arg0)[arg1 >>> 0]; | ||
@@ -1297,3 +1317,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_length_161c0d89c6535c1d = function(arg0) { | ||
module.exports.__wbg_length_cd7af8117672b8b8 = function(arg0) { | ||
const ret = getObject(arg0).length; | ||
@@ -1303,3 +1323,3 @@ return ret; | ||
module.exports.__wbg_new_75208e29bddfd88c = function() { | ||
module.exports.__wbg_new_16b304a2cfa7ff4a = function() { | ||
const ret = new Array(); | ||
@@ -1309,3 +1329,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_newnoargs_cfecb3965268594c = function(arg0, arg1) { | ||
module.exports.__wbg_newnoargs_e258087cd0daa0ea = function(arg0, arg1) { | ||
const ret = new Function(getStringFromWasm0(arg0, arg1)); | ||
@@ -1315,3 +1335,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_d1cc518eff6805bb = function() { | ||
module.exports.__wbg_new_d9bc3a0147634640 = function() { | ||
const ret = new Map(); | ||
@@ -1321,3 +1341,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_next_586204376d2ed373 = function(arg0) { | ||
module.exports.__wbg_next_40fc327bfc8770e6 = function(arg0) { | ||
const ret = getObject(arg0).next; | ||
@@ -1327,3 +1347,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_next_b2d3366343a208b3 = function() { return handleError(function (arg0) { | ||
module.exports.__wbg_next_196c84450b364254 = function() { return handleError(function (arg0) { | ||
const ret = getObject(arg0).next(); | ||
@@ -1333,3 +1353,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_done_90b14d6f6eacc42f = function(arg0) { | ||
module.exports.__wbg_done_298b57d23c0fc80c = function(arg0) { | ||
const ret = getObject(arg0).done; | ||
@@ -1339,3 +1359,3 @@ return ret; | ||
module.exports.__wbg_value_3158be908c80a75e = function(arg0) { | ||
module.exports.__wbg_value_d93c65011f51a456 = function(arg0) { | ||
const ret = getObject(arg0).value; | ||
@@ -1345,3 +1365,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_iterator_40027cdd598da26b = function() { | ||
module.exports.__wbg_iterator_2cee6dadfd956dfa = function() { | ||
const ret = Symbol.iterator; | ||
@@ -1351,3 +1371,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_get_3fddfed2c83f434c = function() { return handleError(function (arg0, arg1) { | ||
module.exports.__wbg_get_e3c254076557e348 = function() { return handleError(function (arg0, arg1) { | ||
const ret = Reflect.get(getObject(arg0), getObject(arg1)); | ||
@@ -1357,3 +1377,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_call_3f093dd26d5569f8 = function() { return handleError(function (arg0, arg1) { | ||
module.exports.__wbg_call_27c0f87801dedf93 = function() { return handleError(function (arg0, arg1) { | ||
const ret = getObject(arg0).call(getObject(arg1)); | ||
@@ -1363,3 +1383,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_632630b5cec17f21 = function() { | ||
module.exports.__wbg_new_72fb9a18b5ae2624 = function() { | ||
const ret = new Object(); | ||
@@ -1369,3 +1389,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_self_05040bd9523805b9 = function() { return handleError(function () { | ||
module.exports.__wbg_self_ce0dbfc45cf2f5be = function() { return handleError(function () { | ||
const ret = self.self; | ||
@@ -1375,3 +1395,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_window_adc720039f2cb14f = function() { return handleError(function () { | ||
module.exports.__wbg_window_c6fb939a7f436783 = function() { return handleError(function () { | ||
const ret = window.window; | ||
@@ -1381,3 +1401,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_globalThis_622105db80c1457d = function() { return handleError(function () { | ||
module.exports.__wbg_globalThis_d1e6af4856ba331b = function() { return handleError(function () { | ||
const ret = globalThis.globalThis; | ||
@@ -1387,3 +1407,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_global_f56b013ed9bcf359 = function() { return handleError(function () { | ||
module.exports.__wbg_global_207b558942527489 = function() { return handleError(function () { | ||
const ret = global.global; | ||
@@ -1393,7 +1413,7 @@ return addHeapObject(ret); | ||
module.exports.__wbg_set_79c308ecd9a1d091 = function(arg0, arg1, arg2) { | ||
module.exports.__wbg_set_d4638f722068f043 = function(arg0, arg1, arg2) { | ||
getObject(arg0)[arg1 >>> 0] = takeObject(arg2); | ||
}; | ||
module.exports.__wbg_instanceof_ArrayBuffer_9221fa854ffb71b5 = function(arg0) { | ||
module.exports.__wbg_instanceof_ArrayBuffer_836825be07d4c9d2 = function(arg0) { | ||
let result; | ||
@@ -1409,3 +1429,3 @@ try { | ||
module.exports.__wbg_call_67f2111acd2dfdb6 = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_call_b3ca7c6051f9bec1 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2)); | ||
@@ -1415,3 +1435,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_call_ef6edd65b3d356b6 = function() { return handleError(function (arg0, arg1, arg2, arg3) { | ||
module.exports.__wbg_call_8e7cb608789c2528 = function() { return handleError(function (arg0, arg1, arg2, arg3) { | ||
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2), getObject(arg3)); | ||
@@ -1421,3 +1441,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_set_e4cfc2763115ffc7 = function(arg0, arg1, arg2) { | ||
module.exports.__wbg_set_8417257aaedc936b = function(arg0, arg1, arg2) { | ||
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2)); | ||
@@ -1427,3 +1447,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_getTime_0e03c3f524be31ef = function(arg0) { | ||
module.exports.__wbg_getTime_2bc4375165f02d15 = function(arg0) { | ||
const ret = getObject(arg0).getTime(); | ||
@@ -1433,3 +1453,3 @@ return ret; | ||
module.exports.__wbg_getTimezoneOffset_840b552f34917133 = function(arg0) { | ||
module.exports.__wbg_getTimezoneOffset_38257122e236c190 = function(arg0) { | ||
const ret = getObject(arg0).getTimezoneOffset(); | ||
@@ -1439,3 +1459,3 @@ return ret; | ||
module.exports.__wbg_new_a9d80688888b4894 = function(arg0) { | ||
module.exports.__wbg_new_cf3ec55744a78578 = function(arg0) { | ||
const ret = new Date(getObject(arg0)); | ||
@@ -1445,3 +1465,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new0_7a6141101f2206da = function() { | ||
module.exports.__wbg_new0_7d84e5b2cd9fdc73 = function() { | ||
const ret = new Date(); | ||
@@ -1451,3 +1471,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_entries_488960b196cfb6a5 = function(arg0) { | ||
module.exports.__wbg_entries_95cc2c823b285a09 = function(arg0) { | ||
const ret = Object.entries(getObject(arg0)); | ||
@@ -1457,3 +1477,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_70828a4353259d4b = function(arg0, arg1) { | ||
module.exports.__wbg_new_81740750da40724f = function(arg0, arg1) { | ||
try { | ||
@@ -1465,3 +1485,3 @@ var state0 = {a: arg0, b: arg1}; | ||
try { | ||
return __wbg_adapter_168(a, state0.b, arg0, arg1); | ||
return __wbg_adapter_169(a, state0.b, arg0, arg1); | ||
} finally { | ||
@@ -1478,3 +1498,3 @@ state0.a = a; | ||
module.exports.__wbg_resolve_5da6faf2c96fd1d5 = function(arg0) { | ||
module.exports.__wbg_resolve_b0083a7967828ec8 = function(arg0) { | ||
const ret = Promise.resolve(getObject(arg0)); | ||
@@ -1484,3 +1504,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_then_f9e58f5a50f43eae = function(arg0, arg1) { | ||
module.exports.__wbg_then_0c86a60e8fcfe9f6 = function(arg0, arg1) { | ||
const ret = getObject(arg0).then(getObject(arg1)); | ||
@@ -1490,3 +1510,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_then_20a5920e447d1cb1 = function(arg0, arg1, arg2) { | ||
module.exports.__wbg_then_a73caa9a87991566 = function(arg0, arg1, arg2) { | ||
const ret = getObject(arg0).then(getObject(arg1), getObject(arg2)); | ||
@@ -1496,3 +1516,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_buffer_b914fb8b50ebbc3e = function(arg0) { | ||
module.exports.__wbg_buffer_12d079cc21e14bdb = function(arg0) { | ||
const ret = getObject(arg0).buffer; | ||
@@ -1502,3 +1522,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_newwithbyteoffsetandlength_0de9ee56e9f6ee6e = function(arg0, arg1, arg2) { | ||
module.exports.__wbg_newwithbyteoffsetandlength_aa4a17c33a06e5cb = function(arg0, arg1, arg2) { | ||
const ret = new Uint8Array(getObject(arg0), arg1 >>> 0, arg2 >>> 0); | ||
@@ -1508,3 +1528,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_new_b1f2d6842d615181 = function(arg0) { | ||
module.exports.__wbg_new_63b92bc8671ed464 = function(arg0) { | ||
const ret = new Uint8Array(getObject(arg0)); | ||
@@ -1514,7 +1534,7 @@ return addHeapObject(ret); | ||
module.exports.__wbg_set_7d988c98e6ced92d = function(arg0, arg1, arg2) { | ||
module.exports.__wbg_set_a47bac70306a19a7 = function(arg0, arg1, arg2) { | ||
getObject(arg0).set(getObject(arg1), arg2 >>> 0); | ||
}; | ||
module.exports.__wbg_length_21c4b0ae73cba59d = function(arg0) { | ||
module.exports.__wbg_length_c20a40f15020d68a = function(arg0) { | ||
const ret = getObject(arg0).length; | ||
@@ -1524,3 +1544,3 @@ return ret; | ||
module.exports.__wbg_instanceof_Uint8Array_c299a4ee232e76ba = function(arg0) { | ||
module.exports.__wbg_instanceof_Uint8Array_2b3bbecd033d19f6 = function(arg0) { | ||
let result; | ||
@@ -1536,3 +1556,3 @@ try { | ||
module.exports.__wbg_stringify_865daa6fb8c83d5a = function() { return handleError(function (arg0) { | ||
module.exports.__wbg_stringify_8887fe74e1c50d81 = function() { return handleError(function (arg0) { | ||
const ret = JSON.stringify(getObject(arg0)); | ||
@@ -1542,3 +1562,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_has_ad45eb020184f624 = function() { return handleError(function (arg0, arg1) { | ||
module.exports.__wbg_has_0af94d20077affa2 = function() { return handleError(function (arg0, arg1) { | ||
const ret = Reflect.has(getObject(arg0), getObject(arg1)); | ||
@@ -1548,3 +1568,3 @@ return ret; | ||
module.exports.__wbg_set_961700853a212a39 = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_set_1f9b04f170055d33 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2)); | ||
@@ -1571,4 +1591,4 @@ return ret; | ||
module.exports.__wbindgen_closure_wrapper2618 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 744, __wbg_adapter_44); | ||
module.exports.__wbindgen_closure_wrapper2564 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 722, __wbg_adapter_44); | ||
return addHeapObject(ret); | ||
@@ -1575,0 +1595,0 @@ }; |
{ | ||
"name": "@hirosystems/clarinet-sdk-wasm", | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "2.4.0-beta2", | ||
"version": "2.4.0-beta3", | ||
"license": "GPL-3.0", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7846945
1580