pub type ShouldExecuteNewKeygen<T: Config> = StorageValue<_GeneratedPrefixForStorageShouldExecuteNewKeygen<T>, (bool, bool), ValueQuery>;
Expand description

Should we start a new Keygen

Storage type is [StorageValue] with value type (bool, bool).