subscan
Runtime Modules / Authority
Spec Version:
Events
Name
Lookup
Attributes
Dispatched3c00["DispatchResult"]
Scheduled3c01["PalletsOrigin","ScheduleTaskIndex"]
FastTracked3c02["PalletsOrigin","ScheduleTaskIndex","BlockNumber"]
Delayed3c03["PalletsOrigin","ScheduleTaskIndex","BlockNumber"]
Cancelled3c04["PalletsOrigin","ScheduleTaskIndex"]
AuthorizedCall3c05["Hash","Option<AccountId>"]
RemovedAuthorizedCall3c06["Hash"]
TriggeredCallBy3c07["Hash","AccountId"]
Storage Functions
Name
Type
NextTaskIndex{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
SavedCalls{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Tuple:Calloption<AccountId>","keys_id":9,"value_id":445}}
Error Types
Name
Docs
FailedToScheduleFailed to schedule a task.
FailedToCancelFailed to cancel a task.
FailedToFastTrackFailed to fast track a task.
FailedToDelayFailed to delay a task.
CallNotAuthorizedCall is not authorized.
TriggerCallNotPermittedTriggering the call is not permitted.
WrongCallWeightBoundCall weight bound is wrong.