pub type ChallengeRoundCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageChallengeRoundCount<T, I>, RoundIndex, ValueQuery>;
Expand description
The number of challenge rounds there have been. Used to identify stale DefenderVotes.
Storage type is [StorageValue
] with value type RoundIndex
.
Aliased Type§
struct ChallengeRoundCount<T: Config<I>, I: 'static = ()>(/* private fields */);