pub type SessionValidatorBlockCount<T: Config> = StorageMap<_GeneratedPrefixForStorageSessionValidatorBlockCount<T>, Twox64Concat, T::AccountId, BlockCount, ValueQuery>;
Expand description

A lookup how many blocks a validator produced.

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

Aliased Type§

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

Fields§

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