pub type GrandpaEvent = GrandpaEvent;
pub enum GrandpaEvent { NewAuthorities { authority_set: Vec<(Public, u64)>, }, Paused, Resumed, }
New authority set has been applied.
authority_set: Vec<(Public, u64)>
Current authority set has been paused.
Current authority set has been resumed.