Type Definition t3rn_mini_mock_runtime::AuthorsThisPeriod
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 >
.