Function Signature
Description
Retrieves detailed information about a specific EVM wallet by its account address. This function requires authentication and can optionally verify a password if the wallet is password-protected.Parameters
Required Parameters
accountAddress(string) - The wallet address to retrieve (must include0xprefix)
Optional Parameters
walletOperation(WalletOperation) - The wallet operation to performshareCount(number) - Number of shares to retrievepassword(string) - Wallet password (if wallet is password-protected)
Returns
Promise<WalletProperties>- Detailed wallet information
Example
Error Handling
Related Functions
getEvmWallets()- Get all EVM walletsgetWallets()- Get all wallets