@broxus/ever-wallet-wasm
Advanced tools
Comparing version 0.1.30 to 0.1.31
@@ -1781,2 +1781,3 @@ /* tslint:disable */ | ||
readonly __wbg_nft_free: (a: number) => void; | ||
readonly nft_address: (a: number, b: number) => void; | ||
readonly nft_collection: (a: number, b: number) => void; | ||
@@ -1794,4 +1795,2 @@ readonly nft_version: (a: number) => number; | ||
readonly tokenwallet_symbol: (a: number) => number; | ||
readonly tokenwallet_owner: (a: number, b: number) => void; | ||
readonly tokenwallet_address: (a: number, b: number) => void; | ||
readonly tokenwallet_balance: (a: number, b: number) => void; | ||
@@ -1848,5 +1847,2 @@ readonly tokenwallet_prepareTransfer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void; | ||
readonly ledgerconnection_new: (a: number) => number; | ||
readonly jrpcquery_onReceive: (a: number, b: number, c: number) => void; | ||
readonly jrpcquery_onError: (a: number, b: number) => void; | ||
readonly jrpcquery_onTimeout: (a: number) => void; | ||
readonly keystoreStorageKey: (a: number) => void; | ||
@@ -1923,18 +1919,22 @@ readonly accountsStorageKey: (a: number) => void; | ||
readonly main_js: () => void; | ||
readonly nft_address: (a: number, b: number) => void; | ||
readonly tokenwallet_owner: (a: number, b: number) => void; | ||
readonly tokenwallet_address: (a: number, b: number) => void; | ||
readonly tonwallet_publicKey: (a: number, b: number) => void; | ||
readonly tonwallet_address: (a: number, b: number) => void; | ||
readonly tonwallet_publicKey: (a: number, b: number) => void; | ||
readonly __wbg_storage_free: (a: number) => void; | ||
readonly storage_new: (a: number) => number; | ||
readonly __wbg_jrpcquery_free: (a: number) => void; | ||
readonly jrpcquery_onError: (a: number, b: number) => void; | ||
readonly jrpcquery_onTimeout: (a: number) => void; | ||
readonly jrpcconnection_new: (a: number, b: number) => number; | ||
readonly storage_new: (a: number) => number; | ||
readonly jrpcquery_onReceive: (a: number, b: number, c: number) => void; | ||
readonly __wbg_jrpcconnection_free: (a: number) => void; | ||
readonly __wbg_jrpcquery_free: (a: number) => void; | ||
readonly __wbindgen_malloc: (a: number) => number; | ||
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number; | ||
readonly __wbg_storage_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__h3f782f47041a4056: (a: number, b: number, c: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke1_mut__hdcf1a67d9e5b2781: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_add_to_stack_pointer: (a: number) => number; | ||
readonly __wbindgen_free: (a: number, b: number) => void; | ||
readonly __wbindgen_free: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_exn_store: (a: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h1372fb23d65b2468: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h1cecc300123ce9e5: (a: number, b: number, c: number, d: number) => void; | ||
readonly __wbindgen_start: () => void; | ||
@@ -1962,2 +1962,2 @@ } | ||
*/ | ||
export default function init (module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>; | ||
export default function __wbg_init (module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>; |
@@ -7,3 +7,3 @@ { | ||
"description": "Nekoton bindings for WASM", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4078954
5903
2