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