Function Signature
Description
Retrieves backup information for external server key shares associated with a specific wallet address. This information is used for wallet recovery and backup management.Parameters
Required Parameters
accountAddress(string) - The wallet address to get backup info for (must include0xprefix)
Returns
Promise<KeyShareBackupInfo>- Backup information for the wallet’s external server key shares
Example
Error Handling
Related Functions
getExternalServerKeyShares()- Get external server key sharesexportExternalServerKeyShares()- Export external server key shares