pub type TallyOf<T, I = ()> = Tally<T, I, Pallet<T, I>>;

Aliased Type§

struct TallyOf<T, I = ()> { /* private fields */ }