6 #ifndef IROHA_PROTO_GET_TRANSACTIONS_HPP 7 #define IROHA_PROTO_GET_TRANSACTIONS_HPP 13 #include "queries.pb.h" 19 iroha::protocol::Query,
22 template <
typename QueryType>
34 const iroha::protocol::GetTransactions &get_transactions_;
42 #endif // IROHA_PROTO_GET_TRANSACTIONS_HPP std::vector< interface::types::HashType > TransactionHashesType
type of hashes collection
Definition: get_transactions.hpp:17
Definition: proto_get_transactions.hpp:17
GetTransactions(QueryType &&query)
Definition: proto_get_transactions.cpp:13
Definition: command_executor.hpp:12
const TransactionHashesType & transactionHashes() const override
Definition: proto_get_transactions.cpp:37
Definition: trivial_proto.hpp:45