pub type CertificateList<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageCertificateList<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, T::AccountId, u32, ValueQuery>;
Expand description

Maps accounts to the array of identities it owns.