Module orml_authority::module::dispatchables
source · Expand description
Functions§
- Warning: Doc-Only
- Cancel a scheduled dispatchable.
- Delay a scheduled dispatchable.
- Dispatch a dispatchable on behalf of other origin
- Fast track a scheduled dispatchable.
- Warning: Doc-Only
- Schedule a dispatchable to be dispatched at later block. This is the only way to dispatch a call with
DelayedOrigin
. - Warning: Doc-Only