Type Definition dock_runtime::trust_registry::ConvenerTrustRegistries
source · pub type ConvenerTrustRegistries<T> = StorageMap<_GeneratedPrefixForStorageConvenerTrustRegistries<T>, Blake2_128Concat, Convener, TrustRegistryIdSet<T>, ValueQuery, GetDefault, GetDefault>;
Expand description
Stores TrustRegistry
s owned by conveners as a mapping of the form convener_id -> Set<registry_id>