pub type ProviderToRegistryEntry<T: Config> = StorageMap<_GeneratedPrefixForStorageProviderToRegistryEntry<T>, Twox64Concat, ProviderId, ProviderRegistryEntry<T::MaxProviderNameSize>, OptionQuery>;๐Deprecated: Use ProviderToRegistryEntryV2 instead, this will removed from frequency version 1.17.6
Expand description
Provider registration information
- Key: Provider MSA Id
 - Value: 
ProviderRegistryEntry 
Storage type is [StorageMap] with key type ProviderId and value type crate :: migration :: v1 :: ProviderRegistryEntry < T :: MaxProviderNameSize >.
Aliased Typeยง
struct ProviderToRegistryEntry<T: Config>(/* private fields */);