Documentation
    Preparing search index...

    Type Alias WalletPreselectedEvent

    A wallet was picked, but nothing is committed yet.

    Desktop only in practice: picking a wallet there opens a second screen offering QR, browser extension and desktop app, so the choice is not final. A preselection with no matching WalletSelectedEvent on the same trace means the user scanned the default QR.

    type WalletPreselectedEvent = {
        custom_data: Version;
        selection_source: WalletSelectionSource;
        surface: WalletSelectionSurface;
        trace_id: string;
        type: "wallet-preselected";
        wallet_app_name: string;
    }
    Index

    Properties

    custom_data: Version

    Custom data for the connection.

    selection_source: WalletSelectionSource

    Who made the choice.

    Where the pick happened.

    trace_id: string

    Unique identifier used for tracking a specific user flow.

    type: "wallet-preselected"

    Event type.

    wallet_app_name: string

    Wallet the user picked: 'tonkeeper', 'tonhub', etc.