eckoWALLET browser plugin

Hierarchy

Constructors

Properties

#accounts: AccountsList

Accessors

  • get accounts(): AccountsList
  • Returns list of the wallet's accounts and their corresponding pubkeys

    Returns

    Returns AccountsList

Methods

  • Disconnect the wallet and cleanup. The wallet should be safe to delete/gc after calling this.

    Returns

    Returns Promise<void>

  • TODO: currently keeps throwing {status":"fail","error":"QuickSign fail: wallet public key not found"} check ecko discord

    Returns

    Parameters

    • cmds: PactCommand[]

    Returns Promise<ICommand[]>

  • Returns

    Parameters

    • cmd: PactCommand

    Returns Promise<ICommand>

  • Checks if this wallet is installed and available for use

    Returns

    Returns Promise<boolean>

  • Returns the name of this wallet

    Returns

    Returns string

Generated using TypeDoc