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

com.wavesenterprise.transaction.validation.IssueTransactionValidation.scala Maven / Gradle / Ivy

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

object IssueTransactionValidation {

  val MaxDescriptionLength = 1000
  val MaxAssetNameLength   = 16
  val MinAssetNameLength   = 4
  val MaxDecimals          = 8
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy