referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_sassafras::pallet::Authorities

source ·
pub type Authorities<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorities<T>, AuthoritiesVec<T>, ValueQuery>;
Expand description

Current epoch authorities.

Storage type is [StorageValue] with value type AuthoritiesVec < T >.

Aliased Type§

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