blockchain , sdchain cpp sdk and demo

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by SDchain C Plus Plus Team

ServerInfo.h

Committer:
MrAI
Date:
2018-05-16
Revision:
12:1b24ea479a59

File content as of revision 12:1b24ea479a59:

#if !defined(__ServerInfo_h)
#define __ServerInfo_h
#include <string>
#include "MbedJSONValue.h"
#include "Payment.h"
using namespace std;
class ServerInfo :public Payment
{
public:
protected:
private:
};
#endif