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