pub type OffencesEvent = OffencesEvent;
enum OffencesEvent { Offence { kind: [u8; 16], timeslot: Vec<u8>, }, }
There is an offence reported of the given kind happened at the session_index and (kind-specific) time slot. This event is not deposited for duplicate slashes. [kind, timeslot].
kind
session_index
kind: [u8; 16]
timeslot: Vec<u8>