utility
BatchCompleted()
interface:
utility.BatchCompletedsummary: Batch of dispatches completed fully with no error.
BatchCompletedWithErrors()
interface:
utility.BatchCompletedWithErrorssummary: Batch of dispatches completed but has errors.
BatchInterrupted(u32, SpRuntimeDispatchError)
interface:
utility.BatchInterruptedsummary: Batch of dispatches did not complete fully. Index of first failing dispatch given, as well as the error.
DispatchedAs(Result<Null, SpRuntimeDispatchError>)
interface:
utility.DispatchedAssummary: A call was dispatched.
IfElseFallbackCalled(SpRuntimeDispatchError)
interface:
utility.IfElseFallbackCalledsummary: The fallback call was dispatched.
IfElseMainSuccess()
interface:
utility.IfElseMainSuccesssummary: Main call was dispatched.
ItemCompleted()
interface:
utility.ItemCompletedsummary: A single item within a Batch of dispatches has completed with no error.
ItemFailed(SpRuntimeDispatchError)
interface:
utility.ItemFailedsummary: A single item within a Batch of dispatches has completed with error.