export interface Event { eventID: string; name: string; signature: string; values: {}; }