Type Definition dock_runtime::trust_registry::pallet::TrustRegistriesInfo
source · pub type TrustRegistriesInfo<T>where
T: Config, = StorageMap<_GeneratedPrefixForStorageTrustRegistriesInfo<T>, Blake2_128Concat, TrustRegistryId, TrustRegistryInfo<T>, OptionQuery, GetDefault, GetDefault>;
Expand description
Stores TrustRegistry
s information: Convener
, name, etc.