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