Type Alias ProviderToRegistryEntry

Source
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ยง

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