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>(PhantomData<(_GeneratedPrefixForStorageCertsByReceiver<T>, Twox64Concat, <T as Config>::IdtyIndex, Vec<(<T as Config>::IdtyIndex, <<<T as Config>::Block as Block>::Header as Header>::Number)>, ValueQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageCertsByReceiver<T>, Twox64Concat, <T as Config>::IdtyIndex, Vec<(<T as Config>::IdtyIndex, <<<T as Config>::Block as Block>::Header as Header>::Number)>, ValueQuery, GetDefault, GetDefault)>