Type Definition pallet_clock::pallet::CurrentRound

source ·
pub type CurrentRound<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentRound<T>, RoundInfo<BlockNumberFor<T>>, ValueQuery>;
Expand description

Information on the current round.

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