Type Alias pallet_universal_dividend::pallet::CurrentUd
source · pub type CurrentUd<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentUd<T>, BalanceOf<T>, ValueQuery>;
Expand description
Current UD amount
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Type§
struct CurrentUd<T: Config>(PhantomData<(_GeneratedPrefixForStorageCurrentUd<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageCurrentUd<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery, GetDefault)>