Type Alias pallet_universal_dividend::pallet::PastReevals

source ·
pub type PastReevals<T: Config> = StorageValue<_GeneratedPrefixForStoragePastReevals<T>, BoundedVec<(UdIndex, BalanceOf<T>), T::MaxPastReeval>, ValueQuery>;
Expand description

The past Universal Dividend re-evaluations.

Storage type is [StorageValue] with value type BoundedVec < (UdIndex, BalanceOf < T >), T :: MaxPastReeval >.

Aliased Type§

struct PastReevals<T: Config>(/* private fields */);