pub type WasInactive<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageWasInactive<T>, Twox64Concat, RoundIndex, Twox64Concat, T::AccountId, (), OptionQuery>;
Expand description

Records collators’ inactivity. Data persists for MaxOfflineRounds + 1 rounds before being pruned.

Storage type is [StorageDoubleMap] with key1 type RoundIndex, key2 type T :: AccountId and value type ().

Aliased Type§

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