pub type Event = Event;
enum Event { NewAuthorities { authority_set: Vec<(Public, u64)>, }, Paused, Resumed, }
authority_set: Vec<(Public, u64)>