pub type ConsensusManagerCurrentProposalStatisticV1 = CurrentProposalStatisticSubstate;Aliased Type§
pub struct ConsensusManagerCurrentProposalStatisticV1 {
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].