6 #ifndef IROHA_PROTO_GET_TRANSACTIONS_HPP 7 #define IROHA_PROTO_GET_TRANSACTIONS_HPP 12 #include "queries.pb.h" 25 const iroha::protocol::GetTransactions &get_transactions_;
33 #endif // IROHA_PROTO_GET_TRANSACTIONS_HPP GetTransactions(iroha::protocol::Query &query)
Definition: proto_get_transactions.cpp:13
Definition: get_transactions.hpp:14
std::vector< interface::types::HashType > TransactionHashesType
type of hashes collection
Definition: get_transactions.hpp:17
Definition: proto_get_transactions.hpp:16
Definition: command_executor.hpp:12
const TransactionHashesType & transactionHashes() const override
Definition: proto_get_transactions.cpp:22