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

Typedefs

using ProposalMapType = std::map< consensus::Round, std::optional< std::shared_ptr< const OnDemandOrderingService::ProposalType > >>
 

Typedef Documentation

◆ ProposalMapType

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