hdac SDK
SDK for hdac blockchain development
모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 속성 이벤트 Friends 페이지들
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