radiant_restore_wallet
Recover a Radiant wallet from a BIP39 mnemonic phrase. Validates the mnemonic checksum and derives the private key using BIP32 HD derivation.
Instructions
Restore a Radiant wallet from a BIP39 mnemonic phrase. Validates the mnemonic checksum and derives the private key via BIP32 HD derivation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | BIP32 derivation path (default: m/44'/512'/0'/0/0 — Radiant SLIP-0044) | m/44'/512'/0'/0/0 |
| network | No | Network | mainnet |
| mnemonic | Yes | BIP39 mnemonic phrase (12-24 words, space-separated) | |
| passphrase | No | Optional BIP39 passphrase |