pub type UnderperformedValidatorSessionCount<T: Config> = StorageMap<_GeneratedPrefixForStorageUnderperformedValidatorSessionCount<T>, Twox64Concat, T::AccountId, SessionCount, ValueQuery>;
Expand description

A lookup for a number of underperformance sessions for a given validator

Storage type is [StorageMap] with key type T :: AccountId and value type SessionCount.

Aliased Type§

struct UnderperformedValidatorSessionCount<T: Config>(PhantomData<(_GeneratedPrefixForStorageUnderperformedValidatorSessionCount<T>, Twox64Concat, <T as Config>::AccountId, u32, ValueQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageUnderperformedValidatorSessionCount<T>, Twox64Concat, <T as Config>::AccountId, u32, ValueQuery, GetDefault, GetDefault)>