Type Alias XcmV2NetworkId

XcmV2NetworkId: Enum<{
    Any: undefined;
    Kusama: undefined;
    Named: Binary;
    Polkadot: undefined;
}>