Type Alias distance_oracle::runtime::im_online::Event
source · pub type Event = Event;
Aliased Type§
enum Event {
HeartbeatReceived {
authority_id: Public,
},
AllGood,
SomeOffline {
offline: Vec<(AccountId32, ValidatorFullIdentification)>,
},
}