Name

XcmV2Junction (167)

Hierarchy

  • Enum
    • XcmV2Junction

Properties

asAccountId32: {
    id: U8aFixed;
    network: XcmV2NetworkId;
} & Struct<TypesDef<Codec>, {}, {}>
asAccountIndex64: {
    index: Compact<u64>;
    network: XcmV2NetworkId;
} & Struct<TypesDef<Codec>, {}, {}>
asAccountKey20: {
    key: U8aFixed;
    network: XcmV2NetworkId;
} & Struct<TypesDef<Codec>, {}, {}>
asGeneralIndex: Compact<u128>
asGeneralKey: Bytes
asPalletInstance: u8
asParachain: Compact<u32>
asPlurality: {
    id: XcmV2BodyId;
    part: XcmV2BodyPart;
} & Struct<TypesDef<Codec>, {}, {}>
isAccountId32: boolean
isAccountIndex64: boolean
isAccountKey20: boolean
isGeneralIndex: boolean
isGeneralKey: boolean
isOnlyChild: boolean
isPalletInstance: boolean
isParachain: boolean
isPlurality: boolean
type: "AccountId32" | "Parachain" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality"