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>-trueif wallet is password encrypted,falseotherwise
Example
Error Handling
Related Functions
requiresPasswordForOperation()- Check if operation requires passwordverifyPassword()- Verify wallet password