referrerpolicy=no-referrer-when-downgrade

State

Type Alias State 

Source
pub type State<T: Config> = StorageValue<_GeneratedPrefixForStorageState<T>, StoredState<BlockNumberFor<T>>, ValueQuery, DefaultForState<T>>;
Expand description

State of the current authority set.

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

Aliased Type§

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