@broxus/ever-wallet-wasm
Advanced tools
Comparing version 0.1.40 to 0.1.41
@@ -158,3 +158,3 @@ /* tslint:disable */ | ||
* @param {TokensObject} tokens | ||
* @param {string | undefined} abi_version | ||
* @param {string | undefined} [abi_version] | ||
* @returns {{ hash: string, boc: string, }} | ||
@@ -167,3 +167,3 @@ */ | ||
* @param {boolean} allow_partial | ||
* @param {string | undefined} abi_version | ||
* @param {string | undefined} [abi_version] | ||
* @returns {TokensObject} | ||
@@ -1279,3 +1279,3 @@ */ | ||
* @param {KeyPassword} key_password | ||
* @param {number | undefined} signature_id | ||
* @param {number | undefined} [signature_id] | ||
* @returns {Promise<SignedMessage>} | ||
@@ -1287,3 +1287,3 @@ */ | ||
* @param {KeyPassword} key_password | ||
* @param {number | undefined} signature_id | ||
* @param {number | undefined} [signature_id] | ||
* @returns {Promise<SignedData>} | ||
@@ -1295,3 +1295,3 @@ */ | ||
* @param {KeyPassword} key_password | ||
* @param {number | undefined} signature_id | ||
* @param {number | undefined} [signature_id] | ||
* @returns {Promise<SignedDataRaw>} | ||
@@ -1393,3 +1393,3 @@ */ | ||
* @param {number} limit | ||
* @param {string | undefined} continuation | ||
* @param {string | undefined} [continuation] | ||
* @returns {Promise<AccountsList>} | ||
@@ -1448,3 +1448,3 @@ */ | ||
/** | ||
* @param {string | undefined} data | ||
* @param {string | undefined} [data] | ||
*/ | ||
@@ -1490,3 +1490,3 @@ onResult(data?: string): void; | ||
* @param {boolean} notify_receiver | ||
* @param {string | undefined} attached_amount | ||
* @param {string | undefined} [attached_amount] | ||
* @returns {Promise<InternalMessage>} | ||
@@ -1542,3 +1542,3 @@ */ | ||
* @param {number} req_confirms | ||
* @param {number | undefined} expiration_time | ||
* @param {number | undefined} [expiration_time] | ||
* @returns {UnsignedMessage} | ||
@@ -1746,3 +1746,3 @@ */ | ||
* @param {number} limit | ||
* @param {string | undefined} continuation | ||
* @param {string | undefined} [continuation] | ||
* @returns {Promise<AccountsList>} | ||
@@ -1801,3 +1801,3 @@ */ | ||
readonly memory: WebAssembly.Memory; | ||
readonly __wbg_accountsstorage_free: (a: number) => void; | ||
readonly __wbg_accountsstorage_free: (a: number, b: number) => void; | ||
readonly accountsstorage_verify: (a: number, b: number) => number; | ||
@@ -1815,3 +1815,3 @@ readonly accountsstorage_load: (a: number) => number; | ||
readonly accountsstorage_getStoredAccounts: (a: number) => number; | ||
readonly __wbg_genericcontract_free: (a: number) => void; | ||
readonly __wbg_genericcontract_free: (a: number, b: number) => void; | ||
readonly genericcontract_address: (a: number, b: number) => void; | ||
@@ -1826,3 +1826,3 @@ readonly genericcontract_contractState: (a: number) => number; | ||
readonly genericcontract_pollingMethod: (a: number) => number; | ||
readonly __wbg_keystore_free: (a: number) => void; | ||
readonly __wbg_keystore_free: (a: number, b: number) => void; | ||
readonly keystore_verify: (a: number, b: number) => number; | ||
@@ -1848,3 +1848,3 @@ readonly keystore_load: (a: number, b: number) => number; | ||
readonly keystore_getKeys: (a: number) => number; | ||
readonly __wbg_nftcollection_free: (a: number) => void; | ||
readonly __wbg_nftcollection_free: (a: number, b: number) => void; | ||
readonly nftcollection_address: (a: number, b: number) => void; | ||
@@ -1854,3 +1854,4 @@ readonly nftcollection_json: (a: number, b: number) => void; | ||
readonly nftcollection_getNfts: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void; | ||
readonly __wbg_nft_free: (a: number) => void; | ||
readonly __wbg_nft_free: (a: number, b: number) => void; | ||
readonly nft_address: (a: number, b: number) => void; | ||
readonly nft_collection: (a: number, b: number) => void; | ||
@@ -1864,3 +1865,3 @@ readonly nft_json: (a: number, b: number) => void; | ||
readonly nft_refresh: (a: number) => number; | ||
readonly __wbg_tokenwallet_free: (a: number) => void; | ||
readonly __wbg_tokenwallet_free: (a: number, b: number) => void; | ||
readonly tokenwallet_version: (a: number) => number; | ||
@@ -1876,3 +1877,5 @@ readonly tokenwallet_symbol: (a: number) => number; | ||
readonly tokenwallet_preloadTransactions: (a: number, b: number, c: number, d: number) => void; | ||
readonly __wbg_tonwallet_free: (a: number) => void; | ||
readonly __wbg_tonwallet_free: (a: number, b: number) => void; | ||
readonly tonwallet_address: (a: number, b: number) => void; | ||
readonly tonwallet_publicKey: (a: number, b: number) => void; | ||
readonly tonwallet_contractType: (a: number) => number; | ||
@@ -1896,7 +1899,7 @@ readonly tonwallet_contractState: (a: number) => number; | ||
readonly tonwallet_pollingMethod: (a: number) => number; | ||
readonly __wbg_rawcontractstate_free: (a: number) => void; | ||
readonly __wbg_rawcontractstate_free: (a: number, b: number) => void; | ||
readonly rawcontractstate_balance: (a: number, b: number) => void; | ||
readonly getContractTypeDefaultDetails: (a: number, b: number) => void; | ||
readonly verifySignature: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void; | ||
readonly __wbg_unsignedmessage_free: (a: number) => void; | ||
readonly __wbg_unsignedmessage_free: (a: number, b: number) => void; | ||
readonly unsignedmessage_refreshTimeout: (a: number, b: number) => void; | ||
@@ -1911,18 +1914,17 @@ readonly unsignedmessage_expireAt: (a: number) => number; | ||
readonly accountsStorageKey: (a: number) => void; | ||
readonly __wbg_storagequeryresulthandler_free: (a: number) => void; | ||
readonly __wbg_storagequeryresulthandler_free: (a: number, b: number) => void; | ||
readonly storagequeryresulthandler_onResult: (a: number, b: number, c: number) => void; | ||
readonly storagequeryresulthandler_onError: (a: number, b: number) => void; | ||
readonly __wbg_storagequeryhandler_free: (a: number) => void; | ||
readonly __wbg_storagequeryhandler_free: (a: number, b: number) => void; | ||
readonly storagequeryhandler_onResult: (a: number) => void; | ||
readonly storagequeryhandler_onError: (a: number, b: number) => void; | ||
readonly __wbg_ledgerqueryresulthandler_free: (a: number) => void; | ||
readonly __wbg_ledgerqueryresulthandler_free: (a: number, b: number) => void; | ||
readonly ledgerqueryresulthandler_onResult: (a: number, b: number, c: number) => void; | ||
readonly ledgerqueryresulthandler_onError: (a: number, b: number) => void; | ||
readonly __wbg_ledgerconnection_free: (a: number) => void; | ||
readonly __wbg_ledgerconnection_free: (a: number, b: number) => void; | ||
readonly ledgerconnection_new: (a: number) => number; | ||
readonly __wbg_bytesquery_free: (a: number) => void; | ||
readonly __wbg_bytesquery_free: (a: number, b: number) => void; | ||
readonly bytesquery_onReceive: (a: number, b: number, c: number) => void; | ||
readonly bytesquery_onError: (a: number, b: number) => void; | ||
readonly bytesquery_onTimeout: (a: number) => void; | ||
readonly stringquery_onReceive: (a: number, b: number, c: number) => void; | ||
readonly checkPublicKey: (a: number, b: number, c: number) => void; | ||
@@ -1962,7 +1964,7 @@ readonly runLocal: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void; | ||
readonly getCodeSalt: (a: number, b: number, c: number) => void; | ||
readonly __wbg_gqlconnection_free: (a: number) => void; | ||
readonly __wbg_gqlconnection_free: (a: number, b: number) => void; | ||
readonly gqlconnection_new: (a: number) => number; | ||
readonly gqlconnection_getLatestBlock: (a: number, b: number, c: number, d: number) => void; | ||
readonly gqlconnection_waitForNextBlock: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void; | ||
readonly __wbg_transport_free: (a: number) => void; | ||
readonly __wbg_transport_free: (a: number, b: number) => void; | ||
readonly transport_fromGqlConnection: (a: number, b: number) => number; | ||
@@ -1994,3 +1996,3 @@ readonly transport_fromJrpcConnection: (a: number, b: number) => number; | ||
readonly requiresAddressForSignature: (a: number, b: number) => void; | ||
readonly __wbg_clockwithoffset_free: (a: number) => void; | ||
readonly __wbg_clockwithoffset_free: (a: number, b: number) => void; | ||
readonly clockwithoffset_new: () => number; | ||
@@ -2001,22 +2003,20 @@ readonly clockwithoffset_nowMs: (a: number) => number; | ||
readonly main_js: () => void; | ||
readonly tonwallet_publicKey: (a: number, b: number) => void; | ||
readonly nft_address: (a: number, b: number) => void; | ||
readonly tonwallet_address: (a: number, b: number) => void; | ||
readonly __wbg_stringquery_free: (a: number) => void; | ||
readonly storage_new: (a: number) => number; | ||
readonly jrpcconnection_new: (a: number) => number; | ||
readonly protoconnection_new: (a: number) => number; | ||
readonly __wbg_jrpcconnection_free: (a: number, b: number) => void; | ||
readonly __wbg_protoconnection_free: (a: number, b: number) => void; | ||
readonly __wbg_stringquery_free: (a: number, b: number) => void; | ||
readonly __wbg_storage_free: (a: number, b: number) => void; | ||
readonly stringquery_onTimeout: (a: number) => void; | ||
readonly stringquery_onError: (a: number, b: number) => void; | ||
readonly __wbg_jrpcconnection_free: (a: number) => void; | ||
readonly __wbg_protoconnection_free: (a: number) => void; | ||
readonly __wbg_storage_free: (a: number) => void; | ||
readonly stringquery_onReceive: (a: number, b: number, c: 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 wasm_bindgen__convert__closures__invoke1_mut__h26feec79eb5f3284: (a: number, b: number, c: number) => void; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hac1ebfa4e75405c1: (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__h49dd72d9121623ea: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h5dcaced33459a8a8: (a: number, b: number, c: number, d: number) => void; | ||
readonly __wbindgen_start: () => void; | ||
@@ -2030,7 +2030,7 @@ } | ||
* | ||
* @param {SyncInitInput} module | ||
* @param {{ module: SyncInitInput }} module - Passing `SyncInitInput` directly is deprecated. | ||
* | ||
* @returns {InitOutput} | ||
*/ | ||
export function initSync(module: SyncInitInput): InitOutput; | ||
export function initSync(module: { module: SyncInitInput } | SyncInitInput): InitOutput; | ||
@@ -2041,6 +2041,6 @@ /** | ||
* | ||
* @param {InitInput | Promise<InitInput>} module_or_path | ||
* @param {{ module_or_path: InitInput | Promise<InitInput> }} module_or_path - Passing `InitInput` directly is deprecated. | ||
* | ||
* @returns {Promise<InitOutput>} | ||
*/ | ||
export default function __wbg_init (module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>; | ||
export default function __wbg_init (module_or_path?: { module_or_path: InitInput | Promise<InitInput> } | InitInput | Promise<InitInput>): Promise<InitOutput>; |
@@ -7,3 +7,3 @@ { | ||
"description": "Nekoton bindings for WASM", | ||
"version": "0.1.40", | ||
"version": "0.1.41", | ||
"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
4514264
6145