UserWithPubKey

data class UserWithPubKey(val userId: String, val pubKey: String)

Contains ID of user and the corresponding public key.

Constructors

Link copied to clipboard
constructor(userId: String, pubKey: String)

Properties

Link copied to clipboard

User's public key

Link copied to clipboard

ID of the user