pub type NextIntakeAt<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageNextIntakeAt<T, I>, BlockNumberFor<T, I>>;
Expand description
Next intake rotation scheduled with Config::BlockNumberProvider.
Storage type is [StorageValue
] with value type BlockNumberFor < T, I >
.
Aliased Type§
struct NextIntakeAt<T: Config<I>, I: 'static = ()>(/* private fields */);