[][src]Trait orml_schedule_update::Trait

pub trait Trait: Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type DispatchOrigin: EnsureOrigin<Self::Origin>;
    type Call: Parameter + Dispatchable<Origin = Self::Origin> + GetDispatchInfo;
    type MaxScheduleDispatchWeight: Get<Weight>;
}

Associated Types

Loading content...

Implementors

Loading content...