referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_sassafras::pallet::NextAuthorities

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

Next epoch authorities.

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

Aliased Type§

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