Type Definition pallet_scheduler::pallet::IncompleteSince
source · pub type IncompleteSince<T: Config> = StorageValue<_GeneratedPrefixForStorageIncompleteSince<T>, T::BlockNumber>;
Expand description
Storage type is StorageValue
with value type T :: BlockNumber
.