Type Alias pallet_certification::pallet::CertsRemovableOn

source ·
pub type CertsRemovableOn<T: Config> = StorageMap<_GeneratedPrefixForStorageCertsRemovableOn<T>, Twox64Concat, BlockNumberFor<T>, Vec<(T::IdtyIndex, T::IdtyIndex)>, OptionQuery>;
Expand description

The certifications that should expire at a given block.

Storage type is [StorageMap] with key type BlockNumberFor < T > and value type Vec < (T :: IdtyIndex, T :: IdtyIndex) >.

Aliased Type§

struct CertsRemovableOn<T: Config>(/* private fields */);