pub type MonetaryMass<T: Config> = StorageValue<_GeneratedPrefixForStorageMonetaryMass<T>, BalanceOf<T>, ValueQuery>;
Expand description

Total quantity of money created by universal dividend (does not take into account the possible destruction of money)

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Type§

struct MonetaryMass<T: Config>(PhantomData<(_GeneratedPrefixForStorageMonetaryMass<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageMonetaryMass<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery, GetDefault)>