pub type ConvenerTrustRegistries<T> = StorageMap<_GeneratedPrefixForStorageConvenerTrustRegistries<T>, Blake2_128Concat, Convener, TrustRegistryIdSet<T>, ValueQuery, GetDefault, GetDefault>;
Expand description

Stores TrustRegistrys owned by conveners as a mapping of the form convener_id -> Set<registry_id>