6 #ifndef IROHA_SHARED_MODEL_PROTO_TRANSACTION_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_TRANSACTION_RESPONSE_HPP 13 #include "qry_responses.pb.h" 26 const iroha::protocol::TransactionsResponse &transaction_response_;
28 const std::vector<proto::Transaction> transactions_;
33 #endif // IROHA_SHARED_MODEL_PROTO_TRANSACTION_RESPONSE_HPP
TransactionsResponse(iroha::protocol::QueryResponse &query_response)
Definition: proto_transaction_response.cpp:11
Definition: transactions_response.hpp:19
Definition: proto_transaction_response.hpp:17
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
interface::types::TransactionsCollectionType transactions() const override
Definition: proto_transaction_response.cpp:18