Documentation
    Preparing search index...

    Interface WalletConnectionSourceJS

    Connect via an injected JS bridge — the wallet is a browser extension or the dApp is running inside the wallet's webview.

    interface WalletConnectionSourceJS {
        jsBridgeKey: string;
    }
    Index

    Properties

    Properties

    jsBridgeKey: string

    Name of the window property where the wallet exposes its TonConnectBridge object. For example, jsBridgeKey: 'tonkeeper' resolves to window.tonkeeper.tonconnect.