Type Alias VerdictVotes

Source
pub type VerdictVotes = FixedVec<Judgement, ValSuperMajority>;
Expand description

Judgements coming from a supermajority of either the active validators set (κ) or the previous epoch’s validator set (λ).

Aliased Type§

pub struct VerdictVotes(/* private fields */);