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

Certifications removable on.

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

Aliased Type§

struct CertsRemovableOn<T: Config>(PhantomData<(_GeneratedPrefixForStorageCertsRemovableOn<T>, Twox64Concat, <<<T as Config>::Block as Block>::Header as Header>::Number, Vec<(<T as Config>::IdtyIndex, <T as Config>::IdtyIndex)>, OptionQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageCertsRemovableOn<T>, Twox64Concat, <<<T as Config>::Block as Block>::Header as Header>::Number, Vec<(<T as Config>::IdtyIndex, <T as Config>::IdtyIndex)>, OptionQuery, GetDefault, GetDefault)>