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

com.wavesplatform.network.PeerInfo.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.network

import java.net.{InetSocketAddress, SocketAddress}

case class PeerInfo(
    remoteAddress: SocketAddress,
    declaredAddress: Option[InetSocketAddress],
    applicationName: String,
    applicationVersion: (Int, Int, Int),
    nodeName: String,
    nodeNonce: Long
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy