| Method | Type | Description |
PrivateKey.fromMnemonic(<mnemonic>) | Mnemonic | Recover a private key from a mnemonic phrase compatible with the iOS and Android wallets |
PrivateKey.fromMnemonic(<mnemonic, passphrase>) | Mnemonic. String | Recover a private key from a generated mnemonic phrase and a passphrase |
Keys
Recover keys from a mnemonic phrase
Recover a private key from a 12 or 24-word mnemonic phrase with the SDK, with or without a passphrase, using PrivateKey.fromMnemonic().
Recover private keys from a mnemonic phrase.
Was this page helpful?