Type Definition pallet_rewards::pallet::DistributionBlock

source ·
pub type DistributionBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageDistributionBlock<T>, BlockNumberFor<T>>;
Expand description

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