Type Definition pallet_grandpa::BoundedAuthorityList [−][src]
pub type BoundedAuthorityList<Limit> = WeakBoundedVec<(AuthorityId, AuthorityWeight), Limit>;
Expand description
Bounded version of AuthorityList
, Limit
being the bound