Type Alias ProviderToRegistryEntryV2

Source
pub type ProviderToRegistryEntryV2<T: Config> = StorageMap<_GeneratedPrefixForStorageProviderToRegistryEntryV2<T>, Twox64Concat, ProviderId, ProviderRegistryEntry<T::MaxProviderNameSize, T::MaxLanguageCodeSize, T::MaxLogoCidSize, T::MaxLocaleCount>, OptionQuery>;
Expand description

Provider registration information

  • Key: Provider MSA Id
  • Value: [ProviderRegistryEntry]

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

Aliased Typeยง

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