PeersResponse

@Serializable
data class PeersResponse(val grayPeers: List<String>, val peers: List<String>, val status: String)

Peers response from the node.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

grayPeers

The gray peers of the node.

peers

The peers of the node.

status

The status of the node.

Constructors

Link copied to clipboard
constructor(grayPeers: List<String>, peers: List<String>, status: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard