@tonconnect/sdk
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -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
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
725810
4865