Updates the password for a specific wallet address
accountAddress
(string
) - The wallet address to update password for (must include 0x
prefix)existingPassword
(string
) - The current wallet passwordnewPassword
(string
) - The new wallet passwordPromise<void>
- Resolves when password is successfully updatedverifyPassword()
- Verify wallet passwordisPasswordEncrypted()
- Check if wallet is password encrypted