referrerpolicy=no-referrer-when-downgrade

Type Alias PayoutsFor

Source
pub type PayoutsFor<T, I> = BoundedVec<(BlockNumberFor<T, I>, BalanceOf<T, I>), <T as Config<I>>::MaxPayouts>;

Aliased Type§

struct PayoutsFor<T, I>(/* private fields */);