Type Alias pallet_universal_dividend::pallet::NextUd
source · pub type NextUd<T: Config> = StorageValue<_GeneratedPrefixForStorageNextUd<T>, T::Moment, OptionQuery>;
Expand description
Next UD creation
Storage type is [StorageValue
] with value type T :: Moment
.
Aliased Type§
struct NextUd<T: Config>(PhantomData<(_GeneratedPrefixForStorageNextUd<T>, <T as Config>::Moment, OptionQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageNextUd<T>, <T as Config>::Moment, OptionQuery, GetDefault)>