pub type BeefyAuthoritySetOf<C> = ValidatorSet<BeefyAuthorityIdOf<C>>;
Expand description
BEEFY validator set, containing both validator identifiers and the numeric set id.
Aliased Type§
struct BeefyAuthoritySetOf<C> { /* private fields */ }
pub type BeefyAuthoritySetOf<C> = ValidatorSet<BeefyAuthorityIdOf<C>>;
BEEFY validator set, containing both validator identifiers and the numeric set id.
struct BeefyAuthoritySetOf<C> { /* private fields */ }