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