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