pub type AuthoritiesVec<T> = WeakBoundedVec<AuthorityId, <T as Config>::MaxAuthorities>;Expand description
Authorities bounded vector convenience type.
Aliased Type§
struct AuthoritiesVec<T>(/* private fields */);pub type AuthoritiesVec<T> = WeakBoundedVec<AuthorityId, <T as Config>::MaxAuthorities>;Authorities bounded vector convenience type.
struct AuthoritiesVec<T>(/* private fields */);