@aleph-sdk/monorepo
    Preparing search index...

    Function importAccountFromMnemonic

    • Imports a NULS2 account given a mnemonic.

      It creates an NULS2 account containing information about the account, extracted in the NULS2Account constructor.

      Parameters

      • mnemonic: string

        The mnemonic of the account to import.

      • __namedParameters: NULS2ImportConfig = ...

      Returns Promise<NULS2Account>