Documentation
    Preparing search index...

    Interface WalletConnectionSourceHTTP

    interface WalletConnectionSourceHTTP {
        bridgeUrl: string;
        objectStorageUrl?: 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.

    objectStorageUrl?: string

    Optional URL for intent object storage associated with this bridge endpoint.

    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.