Type Alias NamespaceCount

Source
pub type NamespaceCount<T: Config> = StorageMap<_GeneratedPrefixForStorageNamespaceCount<T>, Blake2_128Concat, NamespaceOwnership<T>, u32, ValueQuery>;
Expand description

Count of namespaces registered per account

Storage type is [StorageMap] with key type NamespaceOwnership < T > and value type u32.

Aliased Typeยง

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