All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stratumn.sdk.model.client.Environment Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package com.stratumn.sdk.model.client;

/**
 * The Stratumn enviornment to target: - DEMO is used for pilots and test phases
 * - RELEASE is used for production.
 */
public enum Environment {
  DEMO, RELEASE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy