pub type PayoutRecordFor<T, I> = PayoutRecord<<<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance, BoundedVec<(BlockNumberFor<T, I>, <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance), <T as Config<I>>::MaxPayouts>>;
Aliased Type§
struct PayoutRecordFor<T, I> { /* private fields */ }