Account the user picked during connect.
OptionalconnectReplies for the optional ConnectItems
the dApp requested in addition to ton_addr.
OptionaltonProof?: TonProofItemReplyton_proof reply, present only when the dApp requested it via ConnectAdditionalRequest.
Metadata reported by the wallet during the connect handshake — platform, application name and version, max supported protocol version, and the list of advertised features.
OptionalembeddedResult of an embedded request, when one was folded into the connect URL.
Set only if the SDK encoded an
EmbeddedRequest
into the connect URL, and the wallet advertises the
EmbeddedRequest feature and processed it during connect.
Absence means the wallet completed only the connect step.
Transport carrying the session.
'http' — the wallet is reached through the HTTP (SSE) bridge listed in
the wallets registry. dApp and wallet typically run on different devices.'injected' — the wallet exposes a JS bridge object on window (a
browser extension, or the dApp running inside the wallet's webview).
The connected wallet as seen by the dApp. Returned by
ITonConnect.walletand emitted on everyonStatusChangecallback after a successful connect;nullwhile no wallet is connected.See
Connect a wallet (docs)