hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::ordering::detail Namespace Reference

Typedefs

using BatchSetType = tbb::concurrent_unordered_set< transport::OdOsNotification::TransactionBatchType, model::PointerBatchHasher, shared_model::interface::BatchHashEquality >
 
using ProposalMapType = std::map< consensus::Round, boost::optional< std::shared_ptr< const transport::OdOsNotification::ProposalType > >>
 

Typedef Documentation

◆ BatchSetType

◆ ProposalMapType

using iroha::ordering::detail::ProposalMapType = typedef std::map<consensus::Round, boost::optional<std::shared_ptr< const transport::OdOsNotification::ProposalType> >>