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

com.wavesenterprise.settings.Constants.scala Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package com.wavesenterprise.settings

import com.wavesenterprise.utils.ScorexLogging

/**
  * System constants here.
  */
object Constants extends ScorexLogging {
  val UnitsInWest  = 100000000L
  val WestDecimals = 8
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy