Type Definition pallet_rewards::pallet::Attesters

source ·
pub type Attesters<T: Config> = StorageMap<_GeneratedPrefixForStorageAttesters<T>, Blake2_128Concat, T::AccountId, u32>;
Expand description

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