lw_import_mnemonic
Import a BIP39 mnemonic to generate both Liquid and Bitcoin wallets from the same seed, with network selection and optional encryption.
Instructions
Import a wallet from a BIP39 seed phrase (creates both Liquid and Bitcoin wallets from the same seed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network to use | mainnet |
| mnemonic | Yes | BIP39 mnemonic phrase (12 words) | |
| password | No | Optional password to encrypt the mnemonic at rest (NOT a BIP39 passphrase) | |
| wallet_name | No | Name for the wallet | default |