Trait pallet_sudo::Trait[][src]

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>[src]

The overarching event type.

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

A sudo-able call.

Loading content...

Implementors

Loading content...