SeedNodeResponse

data class SeedNodeResponse(val ipAddress: String? = null)

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

IP address of this seed node.