@broxus/ever-wallet-wasm
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -828,2 +828,9 @@ /* tslint:disable */ | ||
export type FeeFactors = { | ||
storageFeeFactor: string, | ||
gasFeeFactor: string, | ||
}; | ||
export type EnumItem<T extends string, D> = { type: T, data: D }; | ||
@@ -1050,2 +1057,3 @@ | ||
getDstTransaction(message_hash: string): Promise<Transaction | undefined>; | ||
getFeeFactors(is_masterchain: boolean): Promise<FeeFactors>; | ||
simulateTransactionTree(signed_message: SignedMessage, ignored_compute_phase_codes: Int32Array, ignored_action_phase_codes: Int32Array): Promise<TransactionTreeSimulationError[]>; | ||
@@ -1259,2 +1267,3 @@ } | ||
readonly transport_getDstTransaction: (a: number, b: number, c: number, d: number) => void; | ||
readonly transport_getFeeFactors: (a: number, b: number, c: number) => void; | ||
readonly transport_simulateTransactionTree: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void; | ||
@@ -1261,0 +1270,0 @@ readonly getContractTypeNumber: (a: number, b: number) => void; |
@@ -8,3 +8,3 @@ { | ||
"description": "Nekoton bindings for WASM", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -11,0 +11,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5139298
5699
1