hdac SDK
SDK for hdac blockchain development
메인 페이지
관련된 페이지
네임스페이스
클래스
파일들
파일 목록
파일 멤버
rpc
include
rpc
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
다음에 의해 생성됨 :
1.8.11