Type Definition pallet_rewards::pallet::AuthorsThisPeriod
source · pub type AuthorsThisPeriod<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorsThisPeriod<T>, AuthorCount<T::AccountId>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type AuthorCount < T :: AccountId >
.