6 #ifndef IROHA_ON_DEMAND_ORDERING_CACHE_HPP 7 #define IROHA_ON_DEMAND_ORDERING_CACHE_HPP 10 #include <unordered_set> 16 class TransactionBatch;
32 struct BatchPointerHasher {
36 const std::shared_ptr<shared_model::interface::TransactionBatch>
45 std::shared_ptr<shared_model::interface::TransactionBatch>,
85 #endif // IROHA_ON_DEMAND_ORDERING_CACHE_HPP
std::unordered_set< std::shared_ptr< shared_model::interface::TransactionBatch >, BatchPointerHasher > BatchesSetType
Definition: ordering_gate_cache.hpp:46
Definition: block_query.hpp:15
std::unordered_set< shared_model::crypto::Hash, shared_model::crypto::Hash::Hasher > HashesSetType
Definition: ordering_gate_cache.hpp:50
Definition: ordering_gate_cache.hpp:27
Definition: command_executor.hpp:12