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

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