import_wallet
Add a wallet to the encrypted local store by importing a private key or mnemonic for USDD protocol management on TRON or EVM.
Instructions
Import a private key or mnemonic into the encrypted local wallet store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletType | Yes | Wallet family: tron or evm | |
| secretType | Yes | Secret type to import | |
| secret | Yes | Private key or mnemonic phrase | |
| index | No | Mnemonic derivation index. Default: 0 |