pub type DistributionHistory<T>where
    T: Config, = StorageValue<_GeneratedPrefixForStorageDistributionHistory<T>, Vec<DistributionRecord<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, Global>, ValueQuery, GetDefault>;
Expand description

Storage type is [StorageValue] with value type Vec < DistributionRecord < frame_system :: pallet_prelude :: BlockNumberFor < T >, BalanceOf < T > > >.