pub type TrustRegistriesParticipants<T>where
    T: Config, = StorageMap<_GeneratedPrefixForStorageTrustRegistriesParticipants<T>, Blake2_128Concat, TrustRegistryIdForParticipants, TrustRegistryStoredParticipants<T>, ValueQuery, GetDefault, GetDefault>;
Expand description

Trust Registry participants. Mapping of TrustRegistryId -> set of participants (Verifiers and Issuers).