Function Signature
Description
Resolves the backup-pointer info from awalletMetadata object. Typically you read walletMetadata.externalServerKeySharesBackupInfo directly instead of calling this helper.
Parameters
Required Parameters
walletMetadata(WalletMetadata) - The cached metadata for this wallet
Returns
Promise<KeyShareBackupInfo>- Backup-pointer info. Throws ifwalletMetadata.externalServerKeySharesBackupInfois missing.
Example
Related Functions
getExternalServerKeyShares()- Get external server key sharesexportExternalServerKeyShares()- Export external server key shares