WalletServer class added

This commit is contained in:
Andre Jochems
2016-02-13 17:53:18 +01:00
parent 093b9ec1ff
commit b0c11f8974
37 changed files with 166347 additions and 20151 deletions

13
src/walletserver.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef WALLETSERVER_H
#define WALLETSERVER_H
#include <boost/signals2/signal.hpp>
extern bool isServerRunning;
void StartWalletServerThread();
void StopWalletServerThread();
bool isNewAccountId(std::string accountId);
#endif // WALLETSERVER_H