referrerpolicy=no-referrer-when-downgrade

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§

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