Type Alias polymesh_api_tester::GrandpaEvent
source · pub type GrandpaEvent = GrandpaEvent;Aliased Type§
enum GrandpaEvent {
NewAuthorities {
authority_set: Vec<(Public, u64)>,
},
Paused,
Resumed,
}pub type GrandpaEvent = GrandpaEvent;enum GrandpaEvent {
NewAuthorities {
authority_set: Vec<(Public, u64)>,
},
Paused,
Resumed,
}