wallet_encrypt
Encrypt Ethereum or EVM-compatible wallets using a password to enhance security. Supports private keys, mnemonics, or JSON wallet formats with optional scrypt encryption settings.
Instructions
Encrypt a wallet with a password
Input Schema
Name | Required | Description | Default |
---|---|---|---|
options | No | Optional encryption options | |
password | Yes | The password to encrypt the wallet | |
wallet | Yes | The wallet to encrypt (private key, mnemonic, or JSON) |