A factory class that generates instances of AccountBase by index.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Discovers accounts in set that already have been used (has any on-chain transactions). It returns an empty array if none of accounts been used. If a used account is preceded by an unused account then it would be ignored.

    Parameters

    • node: Node

      Instance of Node to get account information from

    Returns Promise<AccountBase[]>