Trait noble_sudo::Config[][src]

pub trait Config: Config {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type Call: Parameter + UnfilteredDispatchable<Origin = Self::Origin> + GetDispatchInfo;
}

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>[src]

The overarching event type.

type Call: Parameter + UnfilteredDispatchable<Origin = Self::Origin> + GetDispatchInfo[src]

A sudo-able call.

Loading content...

Implementors

Loading content...