6 #ifndef IROHA_SHARED_PROTO_MODEL_ENGINE_LOG_HPP 7 #define IROHA_SHARED_PROTO_MODEL_ENGINE_LOG_HPP 12 #include "primitive.pb.h" 38 #endif // IROHA_SHARED_PROTO_MODEL_ENGINE_LOG_HPP
std::string EvmDataHexString
Types of evm data.
Definition: types.hpp:42
iroha::protocol::EngineLog TransportType
Definition: proto_engine_log.hpp:19
shared_model::interface::EngineLog::TopicsCollectionType const & getTopics() const override
Topics collection.
Definition: proto_engine_log.cpp:29
shared_model::interface::types::EvmAddressHexString const & getAddress() const override
Contract address.
Definition: proto_engine_log.cpp:19
shared_model::interface::types::EvmDataHexString const & getData() const override
Contract data.
Definition: proto_engine_log.cpp:23
std::vector< types::EvmTopicsHexString > TopicsCollectionType
Definition: engine_log.hpp:20
Definition: proto_engine_log.hpp:17
Definition: command_executor.hpp:12
Provides an engine log data.
Definition: engine_log.hpp:18
EngineLog(TransportType const &proto)
Definition: proto_engine_log.cpp:10
std::string EvmAddressHexString
Type of evm address.
Definition: types.hpp:40