6 #ifndef IROHA_SHARED_MODEL_PROTO_TRANSACTION_PAGE_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_PROTO_TRANSACTION_PAGE_RESPONSE_HPP 13 #include "qry_responses.pb.h" 26 std::optional<interface::types::HashType>
nextTxHash()
const override;
32 const iroha::protocol::TransactionsPageResponse &transactionPageResponse_;
33 std::vector<proto::Transaction> transactions_;
34 std::optional<interface::types::HashType> next_hash_;
39 #endif // IROHA_SHARED_MODEL_PROTO_TRANSACTION_PAGE_RESPONSE_HPP
uint16_t TransactionsNumberType
Type of a number of transactions in block and query response page.
Definition: types.hpp:84
Definition: command_executor.hpp:12
boost::any_range< Transaction, boost::random_access_traversal_tag, Transaction & > TransactionsCollectionType
Type of transactions' collection.
Definition: range_types.hpp:29