Type Definition pallet_rewards::pallet::Authors

source ·
pub type Authors<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthors<T>, AuthorCount<T::AccountId>, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type AuthorCount < T :: AccountId >.