pub type ProviderToRegistryEntry<T: Config> = StorageMap<_GeneratedPrefixForStorageProviderToRegistryEntry<T>, Twox64Concat, ProviderId, ProviderRegistryEntry<T::MaxProviderNameSize>, OptionQuery>;
Expand description

Provider registration information

Storage type is [StorageMap] with key type ProviderId and value type ProviderRegistryEntry < T :: MaxProviderNameSize >.

Aliased Type§

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