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

    Function importAccountFromPrivateKey

    • Imports a Tezos account given a private key, using the @taquito/signer InMemorySigner class.

      Parameters

      • privateKey: string

        The private key of the account to import.

      • Optionalpassphrase: string

        The password, if the key is encrypted.

      Returns Promise<TEZOSAccount>