OlmIdentityKeys

@Serializable
data class OlmIdentityKeys(val curve25519: String, val ed25519: String)

Constructors

Link copied to clipboard
constructor(curve25519: String, ed25519: String)

Properties

Link copied to clipboard
Link copied to clipboard