Function Signature
Description
Retrieves external server key shares for the wallet by recovering them from backup using the supplied password.Parameters
Required Parameters
accountAddress(string) - The wallet address. Must matchwalletMetadata.accountAddress.walletMetadata(WalletMetadata) - The cached metadata for this wallet
Optional Parameters
password(string) - Required if the wallet was created withbackUpToDynamic: truebackupInfo(KeyShareBackupInfo) - Pre-resolved backup info
Returns
Promise<ServerKeyShare[]>- Array of external server key shares