Type Alias XcmV3JunctionNetworkId
XcmV3JunctionNetworkId: Enum<
{
BitcoinCash: undefined;
BitcoinCore: undefined;
ByFork: { block_hash: FixedSizeBinary<32>; block_number: bigint };
ByGenesis: FixedSizeBinary<32>;
Ethereum: { chain_id: bigint };
Kusama: undefined;
Polkadot: undefined;
PolkadotBulletin: undefined;
Rococo: undefined;
Westend: undefined;
Wococo: undefined;
},
>