referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_sassafras::AuthoritiesVec

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

Authorities bounded vector convenience type.

Aliased Type§

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