Name | Lookup | Parameters | |
|---|---|---|---|
| batch | 0b00 | 1 | |
| as_derivative | 0b01 | 2 | |
| batch_all | 0b02 | 1 | |
| dispatch_as | 0b03 | 2 | |
| force_batch | 0b04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BatchInterrupted | 0b00 | ["u32","DispatchError"] | |
| BatchCompleted | 0b01 | ||
| BatchCompletedWithErrors | 0b02 | ||
| ItemCompleted | 0b03 | ||
| ItemFailed | 0b04 | ["DispatchError"] | |
| DispatchedAs | 0b05 | ["DispatchResult"] |
Name | Type | Value | |
|---|---|---|---|
| batched_calls_limit | U32 | aa2a0000 |
Name | Docs |
|---|---|
| TooManyCalls | Too many calls batched. |