#ifndef WALLETSERVER_H #define WALLETSERVER_H #include extern bool isServerRunning; void StartWalletServerThread(); void StopWalletServerThread(); bool isNewAccountId(std::string accountId); #endif // WALLETSERVER_H