referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_grandpa::BoundedAuthorityList

source ·
pub type BoundedAuthorityList<Limit> = WeakBoundedVec<(AuthorityId, AuthorityWeight), Limit>;
Expand description

Bounded version of AuthorityList, Limit being the bound

Aliased Type§

struct BoundedAuthorityList<Limit>(/* private fields */);