Name | Lookup | Parameters | |
---|---|---|---|
batch | 2900 | 1 | |
relay_tx | 2901 | 3 | |
batch_all | 2902 | 1 | |
dispatch_as | 2903 | 2 | |
force_batch | 2904 | 1 | |
with_weight | 2905 | 2 | |
as_derivative | 2909 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
BatchInterrupted | 2900 | ["u32","DispatchError"] | |
BatchCompleted | 2901 | ||
BatchCompletedWithErrors | 2902 | ||
ItemCompleted | 2903 | ||
ItemFailed | 2904 | ["DispatchError"] | |
DispatchedAs | 2905 | ["DispatchResult"] | |
RelayedTx | 2906 | ["IdentityId","AccountId","DispatchResult"] |
Name | Type | |
---|---|---|
Nonces | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}} |
Name | Type | Value | |
---|---|---|---|
batched_calls_limit | U32 | aa2a0000 |
Name | Docs |
---|---|
TooManyCalls | Too many calls batched. |
InvalidSignature | Offchain signature is invalidPOLYMESH error |
TargetCddMissing | Target does not have a valid CDDPOLYMESH error |
InvalidNonce | Provided 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 |
UnableToDeriveAccountId | Decoding derivative account Id failed. |