Module substrate_gen::runtime::utility::events
source · Structs
- Batch of dispatches completed fully with no error.
- Batch of dispatches completed but has errors.
- Batch of dispatches did not complete fully. Index of first failing dispatch given, as well as the error.
- A call was dispatched.
- A single item within a Batch of dispatches has completed with no error.
- A single item within a Batch of dispatches has completed with error.