4 #ifndef DJINNI_GENERATED_ETHEREUMLIKEOPERATION_HPP 5 #define DJINNI_GENERATED_ETHEREUMLIKEOPERATION_HPP 11 #include <libcore_export.h> 13 #define LIBCORE_EXPORT 17 namespace ledger {
namespace core {
namespace api {
19 class EthereumLikeTransaction;
20 class InternalTransaction;
31 virtual std::shared_ptr<EthereumLikeTransaction> getTransaction() = 0;
34 virtual std::vector<std::shared_ptr<InternalTransaction>> getInternalTransactions() = 0;
38 #endif //DJINNI_GENERATED_ETHEREUMLIKEOPERATION_HPP Definition: EthereumLikeOperation.hpp:23
Definition: Account.cpp:8