Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Function Signature
Description
Checks whether a wallet’s backup is password-encrypted. This is read off thewalletMetadata.externalServerKeySharesBackupInfo.passwordEncrypted flag.
Parameters
Required Parameters
accountAddress(string) - The wallet address (must include0xprefix). Must matchwalletMetadata.accountAddress.walletMetadata(WalletMetadata) - The cached metadata for this wallet
Optional Parameters
backupInfo(KeyShareBackupInfo) - Pre-resolved backup info; if omitted the SDK reads it fromwalletMetadata.
Returns
Promise<boolean>-trueif the wallet’s backup is password-encrypted,falseotherwise
Example
Related Functions
requiresPasswordForOperation()- Check if operation requires passwordverifyPassword()- Verify wallet password