[][src]Trait pallet_utility::Trait

pub trait Trait: Trait {
    type Event: From<Event> + Into<Self::Event>;
    type Call: Parameter + Dispatchable<Origin = Self::Origin, PostInfo = PostDispatchInfo> + GetDispatchInfo + From<Call<Self>>;
    type IsCallable: FilterStack<Self::Call>;
}

Configuration trait.

Associated Types

type Event: From<Event> + Into<Self::Event>

The overarching event type.

type Call: Parameter + Dispatchable<Origin = Self::Origin, PostInfo = PostDispatchInfo> + GetDispatchInfo + From<Call<Self>>

The overarching call type.

type IsCallable: FilterStack<Self::Call>

Is a given call compatible with the proxying subsystem?

Loading content...

Implementors

Loading content...