Hierarchy

  • Wallets

Methods

Methods

  • Add an event listener and subscribe to events for Wallets that are registered and unregistered.

    Returns

    off function which may be called to remove the event listener and unsubscribe from events.

    As with all event listeners, be careful to avoid memory leaks.

    Type Parameters

    Parameters

    Returns (() => void)

      • (): void
      • Add an event listener and subscribe to events for Wallets that are registered and unregistered.

        Returns

        off function which may be called to remove the event listener and unsubscribe from events.

        As with all event listeners, be careful to avoid memory leaks.

        Returns void

  • Register Wallets. This can be used to programmatically wrap non-standard wallets as Standard Wallets.

    Apps generally do not need to, and should not, call this.

    Returns

    unregister function which may be called to programmatically unregister the registered Wallets.

    Apps generally do not need to, and should not, call this.

    Parameters

    • Rest ...wallets: Wallet[]

      Wallets to register.

    Returns (() => void)

      • (): void
      • Register Wallets. This can be used to programmatically wrap non-standard wallets as Standard Wallets.

        Apps generally do not need to, and should not, call this.

        Returns

        unregister function which may be called to programmatically unregister the registered Wallets.

        Apps generally do not need to, and should not, call this.

        Returns void

Generated using TypeDoc