This class represents the on-chain ItemFailedEvent event, when a single item within a Batch of dispatches has completed with error. .

Hierarchy

Constructors

Properties

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

Type declaration

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

Methods

Generated using TypeDoc