Function orml_authority::module::dispatchables::schedule_dispatch

source ·
pub fn schedule_dispatch<T: Config>(
    when: DispatchTime<BlockNumberFor<T>>,
    priority: Priority,
    with_delayed_origin: bool,
    call: Box<<T as Config>::RuntimeCall>
)
Expand description

Schedule a dispatchable to be dispatched at later block. This is the only way to dispatch a call with DelayedOrigin.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::schedule_dispatch.