Type Definition Event
names
type Event<T> = RawEvent<<T as Trait>::Name, NameData<T>>;
RawEvent specialized for the configuration Trait
RawEvent
Trait