Skip to main content

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 match walletMetadata.accountAddress.
  • walletMetadata (WalletMetadata) - The cached metadata for this wallet

Optional Parameters

  • password (string) - Required if the wallet was created with backUpToDynamic: true
  • backupInfo (KeyShareBackupInfo) - Pre-resolved backup info

Returns

  • Promise<ServerKeyShare[]> - Array of external server key shares

Example

Last modified on May 21, 2026