Name | Lookup | Parameters | |
|---|---|---|---|
| dispatch_as | 3c00 | 2 | |
| schedule_dispatch | 3c01 | 4 | |
| fast_track_scheduled_dispatch | 3c02 | 3 | |
| delay_scheduled_dispatch | 3c03 | 3 | |
| cancel_scheduled_dispatch | 3c04 | 2 | |
| authorize_call | 3c05 | 2 | |
| remove_authorized_call | 3c06 | 1 | |
| trigger_call | 3c07 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Dispatched | 3c00 | ||
| Scheduled | 3c01 | ||
| FastTracked | 3c02 | ||
| Delayed | 3c03 | ||
| Cancelled | 3c04 | ||
| AuthorizedCall | 3c05 | ||
| RemovedAuthorizedCall | 3c06 | ||
| TriggeredCallBy | 3c07 |
Name | Type | |
|---|---|---|
| NextTaskIndex | {"origin":"PlainType","plain_type":"ScheduleTaskIndex"} | |
| SavedCalls | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Identity","value":"(CallOf, Option<AccountId>)","isLinked":false}} |
Name | Docs |
|---|---|
| FailedToSchedule | Failed to schedule a task. |
| FailedToCancel | Failed to cancel a task. |
| FailedToFastTrack | Failed to fast track a task. |
| FailedToDelay | Failed to delay a task. |
| CallNotAuthorized | Call is not authorized. |
| TriggerCallNotPermitted | Triggering the call is not permitted. |
| WrongCallWeightBound | Call weight bound is wrong. |