referrerpolicy=no-referrer-when-downgrade

Type Alias Authorities

Source
pub type Authorities<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorities<T>, BoundedAuthorityList<T::MaxAuthorities>, ValueQuery>;
Expand description

The current list of authorities.

Storage type is [StorageValue] with value type BoundedAuthorityList < T :: MaxAuthorities >.

Aliased Type§

struct Authorities<T: Config>(/* private fields */);