Function Signature
Description
Stores encrypted backup for a wallet using external server key shares. This function creates encrypted backups that can be used for wallet recovery.Parameters
Required Parameters
accountAddress(string) - The wallet address to store backup for (must include0xprefix)externalServerKeyShares(any[]) - Array of external server key sharespassword(string) - Password for encrypting the backup
Returns
Promise<string[]>- Array of backup IDs
Example
Key Share Format
Error Handling
Related Functions
recoverEncryptedBackupByWallet()- Recover encrypted backupstoreEncryptedBackupByWalletWithRetry()- Store backup with retry