validate_mnemonic
Verify a BIP-39 seed phrase by checking its word count, wordlist, and checksum offline. Ensures the mnemonic is valid before use.
Instructions
Check a BIP-39 phrase's word count, wordlist and checksum. Works offline.
Args: mnemonic: The space-separated seed phrase to check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |