Skip to main content

Function Signature

Description

Checks whether a specific wallet operation requires backup shares to be restored before it can complete.

Parameters

Required Parameters

  • accountAddress (string) - The wallet address. Must match walletMetadata.accountAddress.
  • walletOperation (WalletOperation) - The wallet operation to check
  • walletMetadata (WalletMetadata) - The cached metadata for this wallet

Optional Parameters

Returns

  • Promise<boolean> - true if backup restore is required, false otherwise

Example

Last modified on May 21, 2026