pub type AttestersStore<T>where
    T: Config, = StorageMap<_GeneratedPrefixForStorageAttesters<T>, Blake2_128Concat, <T as Config>::AccountId, AttesterInfo, OptionQuery, GetDefault, GetDefault>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type AttesterInfo.