Documentation
    Preparing search index...

    Type Alias WindowRegisterWalletEvent

    WindowRegisterWalletEvent: UnstoppableCustomEvent<
        WindowRegisterWalletEventType,
        WindowRegisterWalletEventCallback,
    >

    Event that will be dispatched on the window by each Wallet when the Wallet is ready to be registered by the app.

    The app must listen for this event, and register Wallets when the event is dispatched.