Type Definition pallet_rewards::pallet::Collators
source · pub type Collators<T: Config> = StorageMap<_GeneratedPrefixForStorageCollators<T>, Blake2_128Concat, T::AccountId, u32>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type u32
.