Stores encrypted backup for a wallet with automatic retry logic
accountAddress
(string
) - The wallet address to store backup for (must include 0x
prefix)externalServerKeyShares
(any[]
) - Array of external server key sharespassword
(string
) - Password for encrypting the backupPromise<void>
- Resolves when backup is successfully storedstoreEncryptedBackupByWallet()
- Store encrypted backup without retryrecoverEncryptedBackupByWallet()
- Recover encrypted backup