Type Alias ValidatorSet

Source
pub type ValidatorSet = Set;
Expand description

A collection of the tendermint validators.

Aliased Type§

struct ValidatorSet {
    pub validators: Vec<Info>,
    pub proposer: Option<Info>,
    pub total_voting_power: Power,
}

Fields§

§validators: Vec<Info>

Validators

§proposer: Option<Info>§total_voting_power: Power