Name

FrameSystemEvent (21)

Hierarchy

  • Enum
    • FrameSystemEvent

Properties

asExtrinsicFailed: {
    dispatchError: SpRuntimeDispatchError;
    dispatchInfo: FrameSupportDispatchDispatchInfo;
} & Struct<TypesDef<Codec>, {}, {}>
asExtrinsicSuccess: {
    dispatchInfo: FrameSupportDispatchDispatchInfo;
} & Struct<TypesDef<Codec>, {}, {}>
asKilledAccount: {
    account: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asNewAccount: {
    account: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asRemarked: {
    hash_: H256;
    sender: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
isCodeUpdated: boolean
isExtrinsicFailed: boolean
isExtrinsicSuccess: boolean
isKilledAccount: boolean
isNewAccount: boolean
isRemarked: boolean
type: "ExtrinsicSuccess" | "ExtrinsicFailed" | "CodeUpdated" | "NewAccount" | "KilledAccount" | "Remarked"