com.wavesenterprise.settings.Constants.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of we-models Show documentation
Show all versions of we-models Show documentation
Library for Waves Enterprise blockchain platform
package com.wavesenterprise.settings
import com.wavesenterprise.utils.ScorexLogging
/**
* System constants here.
*/
object Constants extends ScorexLogging {
val UnitsInWest = 100000000L
val WestDecimals = 8
}