Importing a wallet
To import an HD wallet, you’ll provide your 12 or 24 word BIP39 mnemonic and the specific address and index you’d like to import.If you’d like to import multiple addresses for the same HD wallet, you can make multiple import calls with the same mnemonic and each index/address pair you’d like to import.
To import an HD wallet with the NodeJS SDK, use the The returned wallet is type
import method from the Privy client’s wallets() interface. The Privy client will encrypt your mnemonic for secure transmission to the TEE. See architecture for more details.- Ethereum
- Solana
Wallet. See get wallet by ID for type definition.When importing a wallet, it is also possible to provide an owner, policies, or signers.
