Function Signature
Description
Stores encrypted backup with automatic retry logic. This function attempts to store encrypted backup multiple times if the initial attempt fails, providing better reliability for backup operations.Parameters
Required Parameters
accountAddress
(string
) - The wallet address to backupexternalServerKeyShares
(any[]
) - Array of external server key sharespassword
(string
) - Wallet password for encryption
Returns
Promise<void>
- Resolves when backup is stored successfully
Example
Error Handling
Related Functions
storeEncryptedBackupByWallet()
- Store encrypted backup without retryrecoverEncryptedBackupByWallet()
- Recover encrypted backup