@broxus/ever-wallet-wasm
Advanced tools
Comparing version 0.1.38 to 0.1.39
@@ -1001,2 +1001,19 @@ /* tslint:disable */ | ||
export type TransactionTreeSimulationError = { | ||
address: string, | ||
error: { | ||
type: 'compute_phase', | ||
code: number, | ||
} | { | ||
type: 'action_phase', | ||
code: number, | ||
} | { | ||
type: 'frozen', | ||
} | { | ||
type: 'deleted', | ||
} | ||
}; | ||
export type EnumItem<T extends string, D> = { type: T, data: D }; | ||
@@ -1745,2 +1762,9 @@ | ||
getDstTransaction(message_hash: string): Promise<Transaction | undefined>; | ||
/** | ||
* @param {SignedMessage} signed_message | ||
* @param {Int32Array} ignored_compute_phase_codes | ||
* @param {Int32Array} ignored_action_phase_codes | ||
* @returns {Promise<TransactionTreeSimulationError[]>} | ||
*/ | ||
simulateTransactionTree(signed_message: SignedMessage, ignored_compute_phase_codes: Int32Array, ignored_action_phase_codes: Int32Array): Promise<TransactionTreeSimulationError[]>; | ||
} | ||
@@ -1890,2 +1914,3 @@ /** | ||
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; | ||
@@ -1951,2 +1976,3 @@ readonly runLocal: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void; | ||
readonly transport_getDstTransaction: (a: number, b: number, c: number, d: number) => void; | ||
readonly transport_simulateTransactionTree: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void; | ||
readonly getContractTypeNumber: (a: number, b: number) => void; | ||
@@ -1965,11 +1991,10 @@ readonly getContractTypeCode: (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_stringquery_free: (a: number) => void; | ||
readonly stringquery_onTimeout: (a: number) => void; | ||
readonly stringquery_onError: (a: number, b: number) => void; | ||
readonly __wbg_protoconnection_free: (a: number) => void; | ||
readonly __wbg_jrpcconnection_free: (a: number) => void; | ||
readonly stringquery_onTimeout: (a: number) => void; | ||
readonly stringquery_onReceive: (a: number, b: number, c: number) => void; | ||
readonly __wbg_storage_free: (a: number) => void; | ||
@@ -1979,7 +2004,7 @@ readonly __wbindgen_malloc: (a: number, b: number) => number; | ||
readonly __wbindgen_export_2: WebAssembly.Table; | ||
readonly wasm_bindgen__convert__closures__invoke1_mut__h5d52c95159627bac: (a: number, b: number, c: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke1_mut__h26feec79eb5f3284: (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__h93bf5a9f8ed9bbdb: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h49dd72d9121623ea: (a: number, b: number, c: number, d: number) => void; | ||
readonly __wbindgen_start: () => void; | ||
@@ -1986,0 +2011,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
"description": "Nekoton bindings for WASM", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"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
4246253
6073