[][src]Trait pallet_sudo::Trait

pub trait Trait: Trait {
    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>

The overarching event type.

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

A sudo-able call.

Loading content...

Implementors

Loading content...