Defines the mapping from event names to their argument tuple types. Users should provide their own event map interface.
Example: interface MyEvents { log: [string]; compute: [number, number]; }
Defines the mapping from event names to their argument tuple types. Users should provide their own event map interface.
Example: interface MyEvents { log: [string]; compute: [number, number]; }