pub type ConsensusManagerCurrentProposalStatistic = CurrentProposalStatisticSubstate;

Aliased Type§

struct ConsensusManagerCurrentProposalStatistic {
    pub validator_statistics: Vec<ProposalStatistic>,
}

Fields§

§validator_statistics: Vec<ProposalStatistic>

A proposal statistic of each validator from the current validator set, in the iteration order of [CurrentValidatorSetSubstate.validator_set].