#include "ordering/on_demand_ordering_service.hpp"#include <map>#include <mutex>#include <shared_mutex>#include "interfaces/iroha_internal/unsafe_proposal_factory.hpp"#include "logger/logger_fwd.hpp"#include "multi_sig_transactions/hash.hpp"#include "multi_sig_transactions/state/mst_state.hpp"#include "ordering/impl/on_demand_common.hpp"

Go to the source code of this file.
Classes | |
| class | iroha::ordering::OnDemandOrderingServiceImpl |
Namespaces | |
| iroha | |
| iroha::ametsuchi | |
| iroha::ordering | |
| iroha::ordering::detail | |
Typedefs | |
| using | iroha::ordering::detail::ProposalMapType = std::map< consensus::Round, std::optional< std::shared_ptr< const OnDemandOrderingService::ProposalType > >> |