Interface CumulusPalletXcmpQueueCall

Name

CumulusPalletXcmpQueueCall (354)

Hierarchy

  • Enum
    • CumulusPalletXcmpQueueCall

Properties

asServiceOverweight: {
    index: u64;
    weightLimit: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateDropThreshold: {
    new_: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateResumeThreshold: {
    new_: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateSuspendThreshold: {
    new_: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateThresholdWeight: {
    new_: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateWeightRestrictDecay: {
    new_: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
asUpdateXcmpMaxIndividualWeight: {
    new_: SpWeightsWeightV2Weight;
} & Struct<TypesDef<Codec>, {}, {}>
isResumeXcmExecution: boolean
isServiceOverweight: boolean
isSuspendXcmExecution: boolean
isUpdateDropThreshold: boolean
isUpdateResumeThreshold: boolean
isUpdateSuspendThreshold: boolean
isUpdateThresholdWeight: boolean
isUpdateWeightRestrictDecay: boolean
isUpdateXcmpMaxIndividualWeight: boolean
type: "ServiceOverweight" | "SuspendXcmExecution" | "ResumeXcmExecution" | "UpdateSuspendThreshold" | "UpdateDropThreshold" | "UpdateResumeThreshold" | "UpdateThresholdWeight" | "UpdateWeightRestrictDecay" | "UpdateXcmpMaxIndividualWeight"