Documentation
    Preparing search index...

    Type Alias WalletSelectionSource

    WalletSelectionSource: "manual" | "auto-embedded" | "auto-dapp-directed"

    Who made the choice. The auto- prefix groups every non-user-initiated case, so consumers can exclude them all with a prefix match rather than an exhaustive list.

    • manual — a human clicked a wallet in our UI.
    • auto-embedded — running inside a wallet's browser, so that wallet was chosen by circumstance.
    • auto-dapp-directed — the dApp named the wallet via openSingleWalletModal(); the user may well have clicked something, but not in our UI.