Name

PalletXcmCall (355)

Hierarchy

  • Enum
    • PalletXcmCall

Properties

asExecute: {
    maxWeight: SpWeightsWeightV2Weight;
    message: XcmVersionedXcm;
} & Struct<TypesDef<Codec>, {}, {}>
asForceDefaultXcmVersion: {
    maybeXcmVersion: Option<u32>;
} & Struct<TypesDef<Codec>, {}, {}>
asForceSubscribeVersionNotify: {
    location: XcmVersionedMultiLocation;
} & Struct<TypesDef<Codec>, {}, {}>
asForceSuspension: {
    suspended: bool;
} & Struct<TypesDef<Codec>, {}, {}>
asForceUnsubscribeVersionNotify: {
    location: XcmVersionedMultiLocation;
} & Struct<TypesDef<Codec>, {}, {}>
asForceXcmVersion: {
    location: XcmV3MultiLocation;
    version: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asLimitedReserveTransferAssets: {
    assets: XcmVersionedMultiAssets;
    beneficiary: XcmVersionedMultiLocation;
    dest: XcmVersionedMultiLocation;
    feeAssetItem: u32;
    weightLimit: XcmV3WeightLimit;
} & Struct<TypesDef<Codec>, {}, {}>
asLimitedTeleportAssets: {
    assets: XcmVersionedMultiAssets;
    beneficiary: XcmVersionedMultiLocation;
    dest: XcmVersionedMultiLocation;
    feeAssetItem: u32;
    weightLimit: XcmV3WeightLimit;
} & Struct<TypesDef<Codec>, {}, {}>
asReserveTransferAssets: {
    assets: XcmVersionedMultiAssets;
    beneficiary: XcmVersionedMultiLocation;
    dest: XcmVersionedMultiLocation;
    feeAssetItem: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asSend: {
    dest: XcmVersionedMultiLocation;
    message: XcmVersionedXcm;
} & Struct<TypesDef<Codec>, {}, {}>
asTeleportAssets: {
    assets: XcmVersionedMultiAssets;
    beneficiary: XcmVersionedMultiLocation;
    dest: XcmVersionedMultiLocation;
    feeAssetItem: u32;
} & Struct<TypesDef<Codec>, {}, {}>
isExecute: boolean
isForceDefaultXcmVersion: boolean
isForceSubscribeVersionNotify: boolean
isForceSuspension: boolean
isForceUnsubscribeVersionNotify: boolean
isForceXcmVersion: boolean
isLimitedReserveTransferAssets: boolean
isLimitedTeleportAssets: boolean
isReserveTransferAssets: boolean
isSend: boolean
isTeleportAssets: boolean
type: "Execute" | "Send" | "TeleportAssets" | "ReserveTransferAssets" | "ForceXcmVersion" | "ForceDefaultXcmVersion" | "ForceSubscribeVersionNotify" | "ForceUnsubscribeVersionNotify" | "LimitedReserveTransferAssets" | "LimitedTeleportAssets" | "ForceSuspension"