pub type BoundedAuthorityList<Limit> = WeakBoundedVec<(AuthorityId, AuthorityWeight), Limit>;Expand description
Bounded version of AuthorityList, Limit being the bound
Aliased Type§
pub struct BoundedAuthorityList<Limit>(/* private fields */);pub type BoundedAuthorityList<Limit> = WeakBoundedVec<(AuthorityId, AuthorityWeight), Limit>;Bounded version of AuthorityList, Limit being the bound
pub struct BoundedAuthorityList<Limit>(/* private fields */);