Type Alias pallet_certification::pallet::CertsByReceiver
source · pub type CertsByReceiver<T: Config> = StorageMap<_GeneratedPrefixForStorageCertsByReceiver<T>, Twox64Concat, T::IdtyIndex, Vec<(T::IdtyIndex, BlockNumberFor<T>)>, ValueQuery>;
Expand description
The certifications for each receiver.
Storage type is [StorageMap
] with key type T :: IdtyIndex
and value type Vec < (T :: IdtyIndex, BlockNumberFor < T >) >
.
Aliased Type§
struct CertsByReceiver<T: Config>(/* private fields */);