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