Function Signature
Description
Stores encrypted backup of wallet key shares. This function creates a secure backup of the wallet’s key shares that can be used for recovery purposes.Parameters
Required Parameters
accountAddress
(string
) - The wallet address to backupexternalServerKeyShares
(any[]
) - Array of external server key sharespassword
(string
) - Wallet password for encryption
Returns
Promise<string[]>
- Array of backup IDs
Example
Error Handling
Related Functions
recoverEncryptedBackupByWallet()
- Recover encrypted backupstoreEncryptedBackupByWalletWithRetry()
- Store backup with retry