Type Alias pallet_universal_dividend::pallet::CurrentUdIndex
source · pub type CurrentUdIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentUdIndex<T>, UdIndex, ValueQuery, DefaultForCurrentUdIndex>;Expand description
The current Universal Dividend index.
Storage type is [StorageValue] with value type UdIndex.
Aliased Type§
struct CurrentUdIndex<T: Config>(/* private fields */);