Properties
Readonly
asExecutedDownward
as
Executed
Downward
: { messageId
: U8aFixed; outcome
: XcmV3TraitsOutcome; } & Struct<TypesDef<Codec>, {}, {}>
Readonly
asInvalidFormat
asInvalidFormat: {
messageId: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly
asMaxMessagesExhausted
asMaxMessagesExhausted: {
messageId: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly
asOverweightEnqueued
as
Overweight
Enqueued
: { messageId
: U8aFixed; overweightIndex
: u64; requiredWeight
: SpWeightsWeightV2Weight; } & Struct<TypesDef<Codec>, {}, {}>
Readonly
asOverweightServiced
as
Overweight
Serviced
: { overweightIndex
: u64; weightUsed
: SpWeightsWeightV2Weight; } & Struct<TypesDef<Codec>, {}, {}>
Readonly
asUnsupportedVersion
asUnsupportedVersion: {
messageId: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly
asWeightExhausted
Readonly
isExecutedDownward
isExecutedDownward: boolean
Readonly
isInvalidFormat
isInvalidFormat: boolean
Readonly
isMaxMessagesExhausted
isMaxMessagesExhausted: boolean
Readonly
isOverweightEnqueued
isOverweightEnqueued: boolean
Readonly
isOverweightServiced
isOverweightServiced: boolean
Readonly
isUnsupportedVersion
isUnsupportedVersion: boolean
Readonly
isWeightExhausted
isWeightExhausted: boolean
Readonly
type
type: "UnsupportedVersion" | "OverweightEnqueued" | "OverweightServiced" | "InvalidFormat" | "ExecutedDownward" | "WeightExhausted" | "MaxMessagesExhausted"
Name
CumulusPalletDmpQueueEvent (161)