pub type IncompleteSince<T: Config> = StorageValue<_GeneratedPrefixForStorageIncompleteSince<T>, BlockNumberFor<T>>;
Expand description

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Type§

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