6 #ifndef IROHA_SHARED_MODEL_TRANSACTIONS_PAGE_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_TRANSACTIONS_PAGE_RESPONSE_HPP 31 virtual std::optional<interface::types::HashType>
nextTxHash()
const = 0;
39 std::string
toString()
const override;
45 #endif // IROHA_SHARED_MODEL_TRANSACTIONS_PAGE_RESPONSE_HPP
TransactionsPageResponse ModelType
Definition: model_primitive.hpp:27
uint16_t TransactionsNumberType
Type of a number of transactions in block and query response page.
Definition: types.hpp:84
Definition: model_primitive.hpp:22
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