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

com.wavesplatform.state.diffs.package.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.state

package object diffs {
  val ENOUGH_AMT: Long = Long.MaxValue / 3

  def produceRejectOrFailedDiff(errorMessage: String, requireFailed: Boolean = false): SnapshotProduceError = new SnapshotProduceError(errorMessage, requireFailed)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy