Type Definition pallet_rewards::pallet::LastProcessedRound
source · pub type LastProcessedRound<T: Config> = StorageValue<_GeneratedPrefixForStorageLastProcessedRound<T>, RoundInfo<BlockNumberFor<T>>, OptionQuery>;
Expand description
Storage type is [StorageValue
] with value type RoundInfo < BlockNumberFor < T > >
.