Skip to main content

Function Signature

Description

Checks whether a wallet’s backup is password-encrypted. Read off walletMetadata.externalServerKeySharesBackupInfo.passwordEncrypted.

Parameters

Required Parameters

  • accountAddress (string) - The wallet address. Must match walletMetadata.accountAddress.
  • walletMetadata (WalletMetadata) - The cached metadata for this wallet

Optional Parameters

Returns

  • Promise<boolean> - true if password-encrypted, false otherwise

Example

Last modified on May 21, 2026