UserInfo

data class UserInfo(val user: UserWithPubKey, val isActive: Boolean)

Contains Information about user.

Constructors

Link copied to clipboard
constructor(user: UserWithPubKey, isActive: Boolean)

Properties

Link copied to clipboard

Is user connected to bridge.

Link copied to clipboard

User publicKey and userId.