Function restoreWalletAccounts

  • Restore wallet accounts by checking for encrypted WalletConfig files, stored in Gaia.

    This helps provide a better UX for users, so we can keep track of accounts they've created, and usernames they've used.

    Parameters

    • __namedParameters: {
          gaiaHubUrl: string;
          network: StacksNetwork;
          wallet: Wallet;
      } & ApiParam

    Returns Promise<Wallet>

Generated using TypeDoc