Type Definition t3rn_mini_mock_runtime::Authors
pub type Authors<T>where
T: Config, = StorageValue<_GeneratedPrefixForStorageAuthors<T>, BTreeMap<<T as Config>::AccountId, u32, Global>, ValueQuery, GetDefault>;
Expand description
Storage type is [StorageValue
] with value type AuthorCount < T :: AccountId >
.