Skip to main content

Function Signature

Description

Resolves the backup-pointer info from a walletMetadata 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 if missing.

Example

Last modified on May 21, 2026