wallet_encrypt
Encrypt Ethereum and EVM-compatible wallets using a password to secure private keys, mnemonics, or JSON files, with optional custom scrypt parameters.
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) |