6 #ifndef IROHA_SHARED_MODEL_GET_ENGINE_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_GET_ENGINE_RESPONSE_HPP 22 virtual const std::string &
txHash()
const = 0;
24 std::string
toString()
const override;
31 #endif // IROHA_SHARED_MODEL_GET_ENGINE_RESPONSE_HPP GetEngineReceipts ModelType
Definition: model_primitive.hpp:27
bool operator==(const ModelType &rhs) const override
Definition: get_engine_receipts.cpp:20
virtual const std::string & txHash() const =0
Definition: get_engine_receipts.hpp:17
Definition: model_primitive.hpp:22
std::string toString() const override
Definition: get_engine_receipts.cpp:13
Definition: command_executor.hpp:13