This class represents the on-chain BatchInterruptedEvent event, when a batch of dispatches did not complete fully.

Hierarchy

Constructors

Properties

details: string
dispatchError: {
    module: {
        error: string;
        index: number;
    };
}

Type declaration

  • module: {
        error: string;
        index: number;
    }
    • error: string
    • index: number
errorType: string
index: number
method: string
raw: Event
section: string
type: EventType

Methods

Generated using TypeDoc