com.wavesplatform.features.api.NodeFeatureStatus.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.features.api
sealed trait NodeFeatureStatus
object NodeFeatureStatus {
case object NotImplemented extends NodeFeatureStatus
case object Implemented extends NodeFeatureStatus
case object Voted extends NodeFeatureStatus
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy