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

com.wavesplatform.NTPTime.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform

import com.wavesplatform.utils.{SystemTime, Time}
import org.scalatest.Suite

trait NTPTime { _: Suite =>
  protected val ntpTime: Time = SystemTime

  protected def ntpNow: Long = ntpTime.getTimestamp()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy