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 include0x
prefix)
Returns
Promise<boolean>
-true
if wallet is password encrypted,false
otherwise
Example
Error Handling
Related Functions
requiresPasswordForOperation()
- Check if operation requires passwordverifyPassword()
- Verify wallet password