[][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>> + UnfilteredDispatchable<Origin = Self::Origin>;
    type WeightInfo: WeightInfo;
}

Configuration trait.

Associated Types

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

The overarching event type.

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

The overarching call type.

type WeightInfo: WeightInfo[src]

Weight information for extrinsics in this pallet.

Loading content...

Implementors

Loading content...