Function Signature
Description
Checks if a wallet is password encrypted. This function returns whether the specified wallet has password protection enabled.Parameters
Required Parameters
accountAddress
(string
) - The wallet address to check
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