Interface CumulusPalletDmpQueueEvent

Name

CumulusPalletDmpQueueEvent (176)

Hierarchy

  • Enum
    • CumulusPalletDmpQueueEvent

Properties

asExecutedDownward: {
    messageHash: U8aFixed;
    messageId: U8aFixed;
    outcome: XcmV3TraitsOutcome;
} & Struct<TypesDef<Codec>, {}, {}>
asInvalidFormat: {
    messageHash: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
asMaxMessagesExhausted: {
    messageHash: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
asOverweightEnqueued: {
    messageHash: U8aFixed;
    messageId: U8aFixed;
    overweightIndex: u64;
    requiredWeight: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
asOverweightServiced: {
    overweightIndex: u64;
    weightUsed: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
asUnsupportedVersion: {
    messageHash: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
asWeightExhausted: {
    messageHash: U8aFixed;
    messageId: U8aFixed;
    remainingWeight: SpWeightsWeightV2Weight;
    requiredWeight: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
isExecutedDownward: boolean
isInvalidFormat: boolean
isMaxMessagesExhausted: boolean
isOverweightEnqueued: boolean
isOverweightServiced: boolean
isUnsupportedVersion: boolean
isWeightExhausted: boolean
type: "OverweightEnqueued" | "OverweightServiced" | "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward" | "WeightExhausted" | "MaxMessagesExhausted"