Trait pallet_mandate::Config[][src]

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

The module’s configuration trait.

Associated Types

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

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

type ExternalOrigin: EnsureOrigin<Self::Origin>[src]

Origin that can call this module and execute sudo actions. Typically the collective module.

Loading content...

Implementors

Loading content...