pub type Event = Event;
enum Event { Offence { kind: [u8; 16], timeslot: Vec<u8>, }, }
kind: [u8; 16]
timeslot: Vec<u8>