Interface XcmV3JunctionNetworkId

Name

XcmV3JunctionNetworkId (129)

Hierarchy

  • Enum
    • XcmV3JunctionNetworkId

Properties

asByFork: {
    blockHash: U8aFixed;
    blockNumber: u64;
} & Struct<TypesDef<Codec>, {}, {}>
asByGenesis: U8aFixed
asEthereum: {
    chainId: Compact<u64>;
} & Struct<TypesDef<Codec>, {}, {}>
isBitcoinCash: boolean
isBitcoinCore: boolean
isByFork: boolean
isByGenesis: boolean
isEthereum: boolean
isKusama: boolean
isPolkadot: boolean
isRococo: boolean
isWestend: boolean
isWococo: boolean
type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Westend" | "Rococo" | "Wococo" | "Ethereum" | "BitcoinCore" | "BitcoinCash"