New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@broxus/ever-wallet-wasm

Package Overview
Dependencies
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@broxus/ever-wallet-wasm - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

9

ever_wallet_wasm.d.ts

@@ -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;

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc