pub type PermissionCount<T: Config> = StorageMap<_GeneratedPrefixForStoragePermissionCount<T>, Blake2_128Concat, T::Scope, u32>;
Expand description

Storage type is [StorageMap] with key type T :: Scope and value type u32.

Aliased Type§

struct PermissionCount<T: Config>(/* private fields */);