hdac SDK
SDK for hdac blockchain development
메인 페이지
관련된 페이지
네임스페이스
클래스
파일들
파일 목록
파일 멤버
primitives
include
primitives
analyzetx.h
1
#ifndef ANALYZETX_H
2
#define ANALYZETX_H
3
4
#include <string>
5
#include <json_spirit/json_spirit.h>
6
#include <functional>
7
9
json_spirit::Object analyzeTx(
const
std::string& txHex, std::function<std::string(
const
std::vector<unsigned char>&,
bool
)> convertAddr =
nullptr
);
10
11
#endif //ANALYZETX_H
다음에 의해 생성됨 :
1.8.11