Trait SudoEventsDecoder
tetcore_subxt::sudo
pub trait SudoEventsDecoder { fn with_sudo(&mut self); }
EventsDecoder extension trait.
EventsDecoder
fn with_sudo(&mut self)
Registers this modules types.
impl<T: Sudo> SudoEventsDecoder for EventsDecoder<T>