Type Alias pallet_universal_dividend::pallet::NextReeval
source · pub type NextReeval<T: Config> = StorageValue<_GeneratedPrefixForStorageNextReeval<T>, T::Moment, OptionQuery>;Expand description
The next Universal Dividend re-evaluation.
Storage type is [StorageValue] with value type T :: Moment.
Aliased Type§
struct NextReeval<T: Config>(/* private fields */);