Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tonconnect/sdk

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonconnect/sdk - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0-beta.4

8

lib/types/index.d.ts

@@ -93,3 +93,3 @@ export declare interface Account {

export declare function isTelegramUrl(link: string): boolean;
export declare function isTelegramUrl(link: string | undefined): link is string;

@@ -199,6 +199,7 @@ /**

* @param transaction transaction to send.
* @param onRequestSent (optional) will be called after the transaction is sent to the wallet.
* @returns signed transaction boc that allows you to find the transaction in the blockchain.
* If user rejects transaction, method will throw the corresponding error.
*/
sendTransaction(transaction: SendTransactionRequest): Promise<SendTransactionResponse>;
sendTransaction(transaction: SendTransactionRequest, onRequestSent?: () => void): Promise<SendTransactionResponse>;
}

@@ -338,6 +339,7 @@

* @param transaction transaction to send.
* @param onRequestSent (optional) will be called after the transaction is sent to the wallet.
* @returns signed transaction boc that allows you to find the transaction in the blockchain.
* If user rejects transaction, method will throw the corresponding error.
*/
sendTransaction(transaction: SendTransactionRequest): Promise<SendTransactionResponse>;
sendTransaction(transaction: SendTransactionRequest, onRequestSent?: () => void): Promise<SendTransactionResponse>;
/**

@@ -344,0 +346,0 @@ * Disconnect form thw connected wallet and drop current session.

{
"name": "@tonconnect/sdk",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"scripts": {

@@ -5,0 +5,0 @@ "build": "npx rimraf types-dist && npx rimraf lib && npx rollup -c rollup.config.mjs && ttsc --project tsconfig.declarations.json && api-extractor run && npx rimraf types-dist && npx rimraf dist && npx webpack --config webpack.config.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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