pub type Event = Event;Expand description
The Event enum of this pallet
Aliased Type§
pub enum Event {
Sudid {
sudo_result: Result<(), DispatchError>,
},
KeyChanged {
old: Option<AccountId32>,
new: AccountId32,
},
KeyRemoved,
SudoAsDone {
sudo_result: Result<(), DispatchError>,
},
}