hdac SDK
SDK for hdac blockchain development
rpccaller.h
1 #ifndef RPCCALLER_H
2 #define RPCCALLER_H
3 
4 #include "rpccaller_global.h"
5 #include <json_spirit/json_spirit.h>
6 
7 int error(const json_spirit::Object& reply, std::string &strResult);
8 int result(const json_spirit::Object& reply, std::string &strResult);
9 
10 #endif // RPCCALLER_H