@tonconnect/sdk 3.1.0 → 3.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -374,6 +374,9 @@ List of events:
374
374
  * `transaction-sent-for-signature`: when a user sends a transaction for signature.
375
375
  * `transaction-signed`: when a user successfully signs a transaction.
376
376
  * `transaction-signing-failed`: when a user cancels transaction signing or there is an error during the signing process.
377
+ * `sign-data-request-initiated`: when a user initiates a request to sign data.
378
+ * `sign-data-request-completed`: when a user successfully signs data.
379
+ * `sign-data-request-failed`: when a user cancels data signing or there is an error during the signing process.
377
380
 
378
381
  If you want to track user actions, you can subscribe to the window events with prefix `ton-connect-`:
379
382