BIP39-compatible mnemonic phrase or a wallet/seed derived from mnemonic
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.
Instance of Node to get account information from
Get a wallet to initialize AccountMnemonicFactory instead mnemonic phrase. In comparison with mnemonic, the wallet can be used to derive aeternity accounts only.
The same as getWallet
but synchronous.
Get an instance of AccountMemory for a given account index.
Index of account
A factory class that generates instances of AccountMemory based on provided mnemonic phrase.