Name

XcmV3Junction (126)

Hierarchy

  • Enum
    • XcmV3Junction

Properties

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