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

com.wavesplatform.api.http.DebugMessage.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.api.http

import play.api.libs.json.{Format, Json}

case class DebugMessage(message: String)

object DebugMessage {
  implicit val debugMessageFormat: Format[DebugMessage] = Json.format
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy