referrerpolicy=no-referrer-when-downgrade

Authorities

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§

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