PeerInfo

@Serializable
data class PeerInfo(val addr: String, val source: PeerSource, val state: PeerState, val stats: Stats)

Information about a peer.

Constructors

Link copied to clipboard
constructor(addr: String, source: PeerSource, state: PeerState, stats: Stats)

Properties

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