PeerDetails

data class PeerDetails(val firstName: String?, val lastName: String?)

Data class containing peer metadata.

Constructors

Link copied to clipboard
constructor(firstName: String?, lastName: String?)

Properties

Link copied to clipboard

The first name of the peer.

Link copied to clipboard

The last name of the peer.