com.wavesplatform.features.api.ActivationStatus.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.features.api
case class ActivationStatus(height: Int, votingInterval: Int, votingThreshold: Int, nextCheck: Int, features: Seq[FeatureActivationStatus])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy