4 #ifndef DJINNI_GENERATED_BITCOINLIKESCRIPT_HPP 5 #define DJINNI_GENERATED_BITCOINLIKESCRIPT_HPP 11 #ifndef LIBCORE_EXPORT 13 #include <libcore_export.h> 15 #define LIBCORE_EXPORT 19 namespace ledger {
namespace core {
namespace api {
21 class BitcoinLikeScriptChunk;
32 virtual std::shared_ptr<BitcoinLikeScriptChunk> head() = 0;
35 virtual std::string toString() = 0;
38 static std::shared_ptr<BitcoinLikeScript> parse(
const std::vector<uint8_t> & data);
42 #endif //DJINNI_GENERATED_BITCOINLIKESCRIPT_HPP Definition: BitcoinLikeScript.hpp:24
Definition: Account.cpp:8