@hirosystems/clarinet-sdk-wasm-browser
Advanced tools
Comparing version 2.7.0-beta1 to 2.7.0-beta2
@@ -177,2 +177,5 @@ /* tslint:disable */ | ||
/** | ||
*/ | ||
clearCache(): void; | ||
/** | ||
* @param {EpochString} epoch | ||
@@ -368,2 +371,3 @@ */ | ||
readonly sdk_initSession: (a: number, b: number, c: number, d: number, e: number) => number; | ||
readonly sdk_clearCache: (a: number) => void; | ||
readonly sdk_blockHeight: (a: number) => number; | ||
@@ -370,0 +374,0 @@ readonly sdk_currentEpoch: (a: number, b: number) => void; |
@@ -267,3 +267,3 @@ let wasm; | ||
} | ||
function __wbg_adapter_175(arg0, arg1, arg2, arg3) { | ||
function __wbg_adapter_176(arg0, arg1, arg2, arg3) { | ||
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2d78d70b7078fa90(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); | ||
@@ -458,2 +458,7 @@ } | ||
/** | ||
*/ | ||
clearCache() { | ||
wasm.sdk_clearCache(this.__wbg_ptr); | ||
} | ||
/** | ||
* @returns {number} | ||
@@ -1463,3 +1468,3 @@ */ | ||
try { | ||
return __wbg_adapter_175(a, state0.b, arg0, arg1); | ||
return __wbg_adapter_176(a, state0.b, arg0, arg1); | ||
} finally { | ||
@@ -1542,3 +1547,3 @@ state0.a = a; | ||
}; | ||
imports.wbg.__wbindgen_closure_wrapper2572 = function(arg0, arg1, arg2) { | ||
imports.wbg.__wbindgen_closure_wrapper2571 = function(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 745, __wbg_adapter_44); | ||
@@ -1545,0 +1550,0 @@ return addHeapObject(ret); |
{ | ||
"name": "@hirosystems/clarinet-sdk-wasm-browser", | ||
"description": "The core lib that powers @hirosystems/clarinet-sdk", | ||
"version": "2.7.0-beta1", | ||
"version": "2.7.0-beta2", | ||
"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
7836509
1908