Function Signature
Description
Checks whether a specific wallet address is password encrypted. This function helps determine if password verification is required for wallet operations.Parameters
Required Parameters
accountAddress(string) - The wallet address to check (must include0xprefix)
Returns
Promise<boolean>-trueif wallet is password encrypted,falseotherwise
Example
Error Handling
Related Functions
requiresPasswordForOperation()- Check if operation requires passwordverifyPassword()- Verify wallet password