pub type Nonce<T: Config> = StorageValue<_GeneratedPrefixForStorageNonce<T>, u32, ValueQuery>;
Expand description

The nonce of the current active authorities. AKA term/session/era.