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

scorex.transaction.FeesStateChange.scala Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package scorex.transaction

import com.google.common.primitives.Longs

case class FeesStateChange(fee: Long) extends StateChangeReason {
  override def bytes: Array[Byte] = Longs.toByteArray(fee)

  override val signature: Array[Byte] = Array.empty
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy