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