Name | Lookup | Parameters | |
|---|---|---|---|
| batch | 2900 | 1 | |
| batch_atomic | 2901 | 1 | |
| batch_optimistic | 2902 | 1 | |
| relay_tx | 2903 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BatchInterrupted | 2900 | ["EventCounts","ErrorAt"] | |
| BatchOptimisticFailed | 2901 | ["EventCounts","Vec<ErrorAt>"] | |
| BatchCompleted | 2902 | ["EventCounts"] |
Name | Type | |
|---|---|---|
| Nonces | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}} |
Name | Docs |
|---|---|
| InvalidSignature | Offchain signature is invalid |
| TargetCddMissing | Target does not have a valid CDD |
| 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 execute |