Stores encrypted backup for a wallet using external server key shares
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<string[]>
- Array of backup IDsrecoverEncryptedBackupByWallet()
- Recover encrypted backupstoreEncryptedBackupByWalletWithRetry()
- Store backup with retry