hdac SDK
SDK for hdac blockchain development
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