[][src]Trait substrate_subxt::sudo::SudoEventsDecoder

pub trait SudoEventsDecoder {
    fn with_sudo(&mut self);
}

EventsDecoder extension trait.

Required methods

fn with_sudo(&mut self)

Registers this modules types.

Loading content...

Implementors

impl<T: Sudo> SudoEventsDecoder for EventsDecoder<T>[src]

Loading content...