Class AbstractUserInterfaceAbstract

Abstract class which all 3rd party UserInterface implementations may extend.

Hierarchy

  • AbstractUserInterface

Implements

Constructors

Methods

  • Programmatically add new localization strings to the user interface

    Parameters

    Returns void

  • Inform the UI that a transact call has started broadcasting the transaction *

    Returns Promise<void>

  • Inform the UI that a transact call has completed broadcasting the transaction *

    Returns Promise<void>

  • Inform the UI that an error has occurred

    Parameters

    • error: Error

    Returns Promise<void>

  • Inform the UI that a login call has started *

    Parameters

    Returns Promise<void>

  • Inform the UI that a login call has completed *

    Returns Promise<void>

  • Inform the UI that a transact call has started signing the transaction *

    Returns Promise<void>

  • Inform the UI that a transact call has completed signing the transaction *

    Returns Promise<void>

  • Inform the UI that a transact call has started *

    Returns Promise<void>

  • Inform the UI that a transact call has completed *

    Returns Promise<void>

  • Update the displayed modal status from a TransactPlugin *

    Parameters

    • message: string

    Returns void