Type Definition Event
eq_balances
type Event<T> = RawEvent<<T as Trait>::AccountId, <T as Trait>::Balance>;
RawEvent specialized for the configuration Trait
RawEvent
Trait