referrerpolicy=no-referrer-when-downgrade

AuthoritiesVec

Type Alias AuthoritiesVec 

Source
pub type AuthoritiesVec<T> = WeakBoundedVec<AuthorityId, <T as Config>::MaxAuthorities>;
Expand description

Authorities bounded vector convenience type.

Aliased Type§

pub struct AuthoritiesVec<T>(/* private fields */);