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

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

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

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

case class ConnectReq(host: String, port: Int)

object ConnectReq {
  implicit val connectFormat: Format[ConnectReq] = Json.format
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy