Type Alias distance_oracle::runtime::utility::Event
source · pub type Event = Event;
Aliased Type§
enum Event {
BatchInterrupted {
index: u32,
error: DispatchError,
},
BatchCompleted,
BatchCompletedWithErrors,
ItemCompleted,
ItemFailed {
error: DispatchError,
},
DispatchedAs {
result: Result<(), DispatchError>,
},
}