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 specific wallet operation requires a password. Useful for branching UI before prompting the user.Parameters
Required Parameters
accountAddress(string) - The wallet address. Must matchwalletMetadata.accountAddress.walletMetadata(WalletMetadata) - The cached metadata for this wallet
Optional Parameters
walletOperation(WalletOperation) - The wallet operation to checkbackupInfo(KeyShareBackupInfo) - Pre-resolved backup info
Returns
Promise<boolean>-trueif password is required,falseotherwise