Type Definition pallet_rewards::pallet::DistributionHistory
source · pub type DistributionHistory<T: Config> = StorageValue<_GeneratedPrefixForStorageDistributionHistory<T>, Vec<DistributionRecord<BlockNumberFor<T>, BalanceOf<T>>>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Vec < DistributionRecord < frame_system :: pallet_prelude :: BlockNumberFor < T >, BalanceOf < T > > >
.