clusterEnv
Get instance's environment.
_8const mirrorworld = new MirrorWorld(/* ... */)_8const clusterEnv: ClusterEnvironment = mirrorworld.clusterEnv_8_8export enum ClusterEnvironment {_8 mainnet = 'mainnet',_8 testnet = 'testnet',_8 local = 'local',_8}
Edit this page on GitHub