Converts a mnemonic to an Avalanche account.
The mnemonic to convert.
The options for the account. MnemonicToAccountOptions
The Avalanche account AvalancheAccount.
import { mnemonicsToAvalancheAccount } from "@avalanche-sdk/client/accounts";const account = mnemonicsToAvalancheAccount("test test t.." Copy
import { mnemonicsToAvalancheAccount } from "@avalanche-sdk/client/accounts";const account = mnemonicsToAvalancheAccount("test test t.."
Converts a mnemonic to an Avalanche account.