6 #ifndef IROHA_SHARED_MODEL_TRANSACTIONS_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_TRANSACTIONS_RESPONSE_HPP 26 std::string
toString()
const override;
32 #endif // IROHA_SHARED_MODEL_TRANSACTIONS_RESPONSE_HPP bool operator==(const ModelType &rhs) const override
Definition: transactions_response.cpp:20
std::string toString() const override
Definition: transactions_response.cpp:13
TransactionsResponse ModelType
Definition: model_primitive.hpp:27
virtual types::TransactionsCollectionType transactions() const =0
Definition: transactions_response.hpp:19
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:13
boost::any_range< Transaction, boost::random_access_traversal_tag, Transaction & > TransactionsCollectionType
Type of transactions' collection.
Definition: range_types.hpp:29