Type Definition pallet_attesters::pallet::Attesters

source ·
pub type Attesters<T: Config> = StorageMap<_GeneratedPrefixForStorageAttesters<T>, Blake2_128Concat, T::AccountId, AttesterInfo>;
Expand description

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