Provides an engine log data. More...
#include "engine_log.hpp"


Public Types | |
| using | TopicsCollectionType = std::vector< types::EvmTopicsHexString > |
Public Types inherited from shared_model::interface::ModelPrimitive< EngineLog > | |
| using | ModelType = EngineLog |
Public Member Functions | |
| virtual types::EvmAddressHexString const & | getAddress () const =0 |
| Contract address. More... | |
| virtual types::EvmDataHexString const & | getData () const =0 |
| Contract data. More... | |
| virtual TopicsCollectionType const & | getTopics () const =0 |
| Topics collection. More... | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< EngineLog > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Provides an engine log data.
| using shared_model::interface::EngineLog::TopicsCollectionType = std::vector<types::EvmTopicsHexString> |
|
pure virtual |
Contract address.
Implemented in shared_model::plain::EngineLog, and shared_model::proto::EngineLog.

|
pure virtual |
Contract data.
Implemented in shared_model::plain::EngineLog, and shared_model::proto::EngineLog.

|
pure virtual |
Topics collection.
Implemented in shared_model::plain::EngineLog, and shared_model::proto::EngineLog.

|
override |

|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< EngineLog >.
