Interface CumulusPalletParachainSystemEvent

Name

CumulusPalletParachainSystemEvent (118)

Hierarchy

  • Enum
    • CumulusPalletParachainSystemEvent

Properties

asDownwardMessagesProcessed: {
    dmqHead: H256;
    weightUsed: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
asDownwardMessagesReceived: {
    count: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asUpgradeAuthorized: {
    codeHash: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asUpwardMessageSent: {
    messageHash: Option<U8aFixed>;
} & Struct<TypesDef<Codec>, {}, {}>
asValidationFunctionApplied: {
    relayChainBlockNum: u32;
} & Struct<TypesDef<Codec>, {}, {}>
isDownwardMessagesProcessed: boolean
isDownwardMessagesReceived: boolean
isUpgradeAuthorized: boolean
isUpwardMessageSent: boolean
isValidationFunctionApplied: boolean
isValidationFunctionDiscarded: boolean
isValidationFunctionStored: boolean
type: "ValidationFunctionStored" | "ValidationFunctionApplied" | "ValidationFunctionDiscarded" | "UpgradeAuthorized" | "DownwardMessagesReceived" | "DownwardMessagesProcessed" | "UpwardMessageSent"