Type Alias pallet_universal_dividend::pallet::MonetaryMass
source · pub type MonetaryMass<T: Config> = StorageValue<_GeneratedPrefixForStorageMonetaryMass<T>, BalanceOf<T>, ValueQuery>;Expand description
The total quantity of money created by Universal Dividend, excluding potential money destruction.
Storage type is [StorageValue] with value type BalanceOf < T >.
Aliased Type§
struct MonetaryMass<T: Config>(/* private fields */);