Supported events
Events that can be tracked via the SDK and API
Events from TON Connect will be sent only if
@tonconnect/[email protected]
or@tonconnect/[email protected]
or@tonconnect/[email protected]
and higher versions packages are used
app-init
connection attempts and their initiation
app-hide
hiding the app from the screen
custom-event
the event specified by the user
connection-started
the user starts connecting the wallet
connection-completed
successful connection to a wallet
connection-error
errors in connection specifying reasons (e.g., user cancelled)
connection-restoring-completed
the connection was restored successfully
connection-restoring-error
connection restoration failed
transaction-sent-for-signature
the user submits the transaction for signature
transaction-signed
the user successfully signs the transaction
transaction-signing-failed
the user cancels the transaction signature or an error occurs during the signing process
disconnection
user-initiated disconnection events, specifying scope (dapp or wallet)
Last updated