Type Alias XcmV5NetworkId
XcmV5NetworkId: 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;
},
>