subscan
Runtime Modules / Utility
Spec Version:
Call Functions
Name
Lookup
Parameters
batch29001
relay_tx29013
batch_all29021
dispatch_as29032
force_batch29041
with_weight29052
batch_old29061
batch_atomic29071
batch_optimistic29081
as_derivative29092
Events
Name
Lookup
Attributes
BatchInterrupted2900["u32","DispatchError"]
BatchCompleted2901
BatchCompletedWithErrors2902
ItemCompleted2903
ItemFailed2904["DispatchError"]
DispatchedAs2905["DispatchResult"]
RelayedTx2906["IdentityId","AccountId","DispatchResult"]
BatchInterruptedOld2907["EventCounts","ErrorAt"]
BatchOptimisticFailed2908["EventCounts","Vec<ErrorAt>"]
BatchCompletedOld2909["EventCounts"]
Storage Functions
Name
Type
Nonces{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}}
Constants
Name
Type
Value
batched_calls_limitU32aa2a0000
Error Types
Name
Docs
TooManyCallsToo many calls batched.
InvalidSignatureOffchain signature is invalidPOLYMESH error
TargetCddMissingTarget does not have a valid CDDPOLYMESH error
InvalidNonceProvided nonce was invalidIf the provided nonce < current nonce, the call was already executedIf the provided nonce > current nonce, the call(s) before the current failed to executePOLYMESH error
UnableToDeriveAccountIdDecoding derivative account Id failed.