Name

PalletUtilityEvent (49)

Hierarchy

  • Enum
    • PalletUtilityEvent

Properties

asBatchInterrupted: {
    error: SpRuntimeDispatchError;
    index: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asDispatchedAs: {
    result: Result<Null, SpRuntimeDispatchError>;
} & Struct<TypesDef<Codec>, {}, {}>
asItemFailed: {
    error: SpRuntimeDispatchError;
} & Struct<TypesDef<Codec>, {}, {}>
isBatchCompleted: boolean
isBatchCompletedWithErrors: boolean
isBatchInterrupted: boolean
isDispatchedAs: boolean
isItemCompleted: boolean
isItemFailed: boolean
type: "BatchInterrupted" | "BatchCompleted" | "BatchCompletedWithErrors" | "ItemCompleted" | "ItemFailed" | "DispatchedAs"