Name

PalletXcmEvent (122)

Hierarchy

  • Enum
    • PalletXcmEvent

Properties

asAssetsClaimed: {
    assets: XcmVersionedMultiAssets;
    hash_: H256;
    origin: XcmV3MultiLocation;
} & Struct<TypesDef<Codec>, {}, {}>
asAssetsTrapped: {
    assets: XcmVersionedMultiAssets;
    hash_: H256;
    origin: XcmV3MultiLocation;
} & Struct<TypesDef<Codec>, {}, {}>
asAttempted: {
    outcome: XcmV3TraitsOutcome;
} & Struct<TypesDef<Codec>, {}, {}>
asFeesPaid: {
    fees: XcmV3MultiassetMultiAssets;
    paying: XcmV3MultiLocation;
} & Struct<TypesDef<Codec>, {}, {}>
asInvalidQuerier: {
    expectedQuerier: XcmV3MultiLocation;
    maybeActualQuerier: Option<XcmV3MultiLocation>;
    origin: XcmV3MultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asInvalidQuerierVersion: {
    origin: XcmV3MultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asInvalidResponder: {
    expectedLocation: Option<XcmV3MultiLocation>;
    origin: XcmV3MultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asInvalidResponderVersion: {
    origin: XcmV3MultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asNotified: {
    callIndex: u8;
    palletIndex: u8;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asNotifyDecodeFailed: {
    callIndex: u8;
    palletIndex: u8;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asNotifyDispatchError: {
    callIndex: u8;
    palletIndex: u8;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asNotifyOverweight: {
    actualWeight: SpWeightsWeightV2Weight;
    callIndex: u8;
    maxBudgetedWeight: SpWeightsWeightV2Weight;
    palletIndex: u8;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asNotifyTargetMigrationFail: {
    location: XcmVersionedMultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asNotifyTargetSendFail: {
    error: XcmV3TraitsError;
    location: XcmV3MultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asResponseReady: {
    queryId: u64;
    response: XcmV3Response;
} & Struct<TypesDef<Codec>, {}, {}>
asResponseTaken: {
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asSent: {
    destination: XcmV3MultiLocation;
    message: XcmV3Xcm;
    messageId: U8aFixed;
    origin: XcmV3MultiLocation;
} & Struct<TypesDef<Codec>, {}, {}>
asSupportedVersionChanged: {
    location: XcmV3MultiLocation;
    version: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asUnexpectedResponse: {
    origin: XcmV3MultiLocation;
    queryId: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asVersionChangeNotified: {
    cost: XcmV3MultiassetMultiAssets;
    destination: XcmV3MultiLocation;
    messageId: U8aFixed;
    result: u32;
} & Struct<TypesDef<Codec>, {}, {}>
asVersionNotifyRequested: {
    cost: XcmV3MultiassetMultiAssets;
    destination: XcmV3MultiLocation;
    messageId: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
asVersionNotifyStarted: {
    cost: XcmV3MultiassetMultiAssets;
    destination: XcmV3MultiLocation;
    messageId: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
asVersionNotifyUnrequested: {
    cost: XcmV3MultiassetMultiAssets;
    destination: XcmV3MultiLocation;
    messageId: U8aFixed;
} & Struct<TypesDef<Codec>, {}, {}>
isAssetsClaimed: boolean
isAssetsTrapped: boolean
isAttempted: boolean
isFeesPaid: boolean
isInvalidQuerier: boolean
isInvalidQuerierVersion: boolean
isInvalidResponder: boolean
isInvalidResponderVersion: boolean
isNotified: boolean
isNotifyDecodeFailed: boolean
isNotifyDispatchError: boolean
isNotifyOverweight: boolean
isNotifyTargetMigrationFail: boolean
isNotifyTargetSendFail: boolean
isResponseReady: boolean
isResponseTaken: boolean
isSent: boolean
isSupportedVersionChanged: boolean
isUnexpectedResponse: boolean
isVersionChangeNotified: boolean
isVersionNotifyRequested: boolean
isVersionNotifyStarted: boolean
isVersionNotifyUnrequested: boolean
type: "Attempted" | "Sent" | "UnexpectedResponse" | "ResponseReady" | "Notified" | "NotifyOverweight" | "NotifyDispatchError" | "NotifyDecodeFailed" | "InvalidResponder" | "InvalidResponderVersion" | "ResponseTaken" | "AssetsTrapped" | "VersionChangeNotified" | "SupportedVersionChanged" | "NotifyTargetSendFail" | "NotifyTargetMigrationFail" | "InvalidQuerierVersion" | "InvalidQuerier" | "VersionNotifyStarted" | "VersionNotifyRequested" | "VersionNotifyUnrequested" | "FeesPaid" | "AssetsClaimed"