Documentation
    Preparing search index...

    Interface WalletInfoRemote

    Wallet reached over the HTTP (SSE) bridge.

    interface WalletInfoRemote {
        aboutUrl: string;
        appName: string;
        bridgeUrl: string;
        deepLink?: string;
        features?: Feature[];
        imageUrl: string;
        name: string;
        platforms: (
            | "ios"
            | "android"
            | "macos"
            | "windows"
            | "linux"
            | "chrome"
            | "firefox"
            | "safari"
        )[];
        tondns?: string;
        universalLink: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aboutUrl: string

    Info or landing page for the wallet — shown to new users.

    appName: string

    Wallet identifier — equals the DeviceInfo.appName reported by the connected Wallet at runtime.

    bridgeUrl: string

    URL of the wallet's HTTP (SSE) bridge endpoint.

    deepLink?: string

    Optional custom-scheme deep link (e.g. tonkeeper-tc://). Same protocol parameters as the universal link.

    features?: Feature[]

    Wallet capabilities advertised in the registry.

    imageUrl: string

    HTTPS URL of the wallet icon. 288×288 PNG on a non-transparent background, no rounded corners.

    name: string

    Human-readable display name shown in the wallet picker.

    platforms: (
        | "ios"
        | "android"
        | "macos"
        | "windows"
        | "linux"
        | "chrome"
        | "firefox"
        | "safari"
    )[]

    Operating systems / browsers the wallet supports.

    tondns?: string
    universalLink: string

    HTTPS base of the wallet's universal link. The SDK appends the connect parameters (v, id, r, optional ret, trace_id, e).