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