Type Alias polymesh_api_tester::OffencesEvent
source · pub type OffencesEvent = OffencesEvent;Aliased Type§
enum OffencesEvent {
Offence {
kind: [u8; 16],
timeslot: Vec<u8>,
},
}pub type OffencesEvent = OffencesEvent;enum OffencesEvent {
Offence {
kind: [u8; 16],
timeslot: Vec<u8>,
},
}