@hirosystems/clarinet-sdk-wasm-browser
Advanced tools
Comparing version 2.9.0 to 2.10.0-beta-1
@@ -452,16 +452,16 @@ /* tslint:disable */ | ||
readonly sdk_stacksBlockHeight: (a: number) => number; | ||
readonly __wbg_set_transactionres_result: (a: number, b: number, c: number) => void; | ||
readonly __wbg_set_transactionres_events: (a: number, b: number, c: number) => void; | ||
readonly __wbg_transactionres_free: (a: number) => void; | ||
readonly __wbg_sdkoptions_free: (a: number) => void; | ||
readonly __wbg_get_transactionres_result: (a: number, b: number) => void; | ||
readonly __wbg_get_transactionres_events: (a: number, b: number) => void; | ||
readonly __wbg_set_transactionres_result: (a: number, b: number, c: number) => void; | ||
readonly __wbg_set_transactionres_events: (a: number, b: number, c: number) => void; | ||
readonly __wbg_sdkoptions_free: (a: number) => void; | ||
readonly __wbindgen_malloc: (a: number, b: number) => number; | ||
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number; | ||
readonly __wbindgen_export_2: WebAssembly.Table; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hae15271a00c8a384: (a: number, b: number, c: number) => void; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h173f18699ec9c038: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_add_to_stack_pointer: (a: number) => number; | ||
readonly __wbindgen_free: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_exn_store: (a: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__hc633ccddad9f2d37: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h126c03c19bd11470: (a: number, b: number, c: number, d: number) => void; | ||
} | ||
@@ -468,0 +468,0 @@ |
@@ -224,3 +224,3 @@ let wasm; | ||
function __wbg_adapter_44(arg0, arg1, arg2) { | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hae15271a00c8a384(arg0, arg1, addHeapObject(arg2)); | ||
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h173f18699ec9c038(arg0, arg1, addHeapObject(arg2)); | ||
} | ||
@@ -269,3 +269,3 @@ | ||
function __wbg_adapter_187(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__hc633ccddad9f2d37(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h126c03c19bd11470(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
} | ||
@@ -1340,6 +1340,2 @@ | ||
}; | ||
imports.wbg.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
imports.wbg.__wbindgen_string_get = function(arg0, arg1) { | ||
@@ -1362,2 +1358,6 @@ const obj = getObject(arg1); | ||
}; | ||
imports.wbg.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
imports.wbg.__wbg_new_abda76e883ba8a5f = function() { | ||
@@ -1425,2 +1425,9 @@ const ret = new Error(); | ||
}, arguments) }; | ||
imports.wbg.__wbg_new_ab6fd82b10560829 = function() { return handleError(function () { | ||
const ret = new Headers(); | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
imports.wbg.__wbg_append_7bfcb4937d1d5e29 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { | ||
getObject(arg0).append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); | ||
}, arguments) }; | ||
imports.wbg.__wbg_signal_a61f78a3478fd9bc = function(arg0) { | ||
@@ -1437,9 +1444,2 @@ const ret = getObject(arg0).signal; | ||
}; | ||
imports.wbg.__wbg_new_ab6fd82b10560829 = function() { return handleError(function () { | ||
const ret = new Headers(); | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
imports.wbg.__wbg_append_7bfcb4937d1d5e29 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { | ||
getObject(arg0).append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); | ||
}, arguments) }; | ||
imports.wbg.__wbg_newwithstrandinit_3fd6fba4083ff2d0 = function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -1465,18 +1465,2 @@ const ret = new Request(getStringFromWasm0(arg0, arg1), getObject(arg2)); | ||
}; | ||
imports.wbg.__wbindgen_number_new = function(arg0) { | ||
const ret = arg0; | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_bigint_from_u64 = function(arg0) { | ||
const ret = BigInt.asUintN(64, arg0); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_bigint_from_i128 = function(arg0, arg1) { | ||
const ret = arg0 << BigInt(64) | BigInt.asUintN(64, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_bigint_from_u128 = function(arg0, arg1) { | ||
const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_is_object = function(arg0) { | ||
@@ -1504,2 +1488,18 @@ const val = getObject(arg0); | ||
}; | ||
imports.wbg.__wbindgen_number_new = function(arg0) { | ||
const ret = arg0; | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_bigint_from_u64 = function(arg0) { | ||
const ret = BigInt.asUintN(64, arg0); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_bigint_from_i128 = function(arg0, arg1) { | ||
const ret = arg0 << BigInt(64) | BigInt.asUintN(64, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbindgen_bigint_from_u128 = function(arg0, arg1) { | ||
const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_set_2e973e6a06d4c5c3 = function(arg0, arg1, arg2) { | ||
@@ -1706,4 +1706,4 @@ getObject(arg0)[takeObject(arg1)] = takeObject(arg2); | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper2520 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 671, __wbg_adapter_44); | ||
imports.wbg.__wbindgen_closure_wrapper2499 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 687, __wbg_adapter_44); | ||
return addHeapObject(ret); | ||
@@ -1710,0 +1710,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "2.9.0", | ||
"version": "2.10.0-beta-1", | ||
"license": "GPL-3.0", | ||
@@ -8,0 +8,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7978353
2