Documentation
    Preparing search index...

    Interface WalletConnectionSourceHTTP

    interface WalletConnectionSourceHTTP {
        bridgeUrl: string;
        universalLink: string;
    }
    Index

    Properties

    bridgeUrl: string

    Url of the wallet's implementation of the [HTTP bridge]https://github.com/ton-connect/docs/blob/main/bridge.md#http-bridge.

    universalLink: string

    Base part of the wallet universal url. The link should support [Ton Connect parameters]https://github.com/ton-connect/docs/blob/main/bridge.md#universal-link.