pub type AuthorsThisPeriod<T>where
    T: Config, = StorageValue<_GeneratedPrefixForStorageAuthorsThisPeriod<T>, BTreeMap<<T as Config>::AccountId, u32, Global>, ValueQuery, GetDefault>;
Expand description

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