OneTimeKeyGenerationResult
data class OneTimeKeyGenerationResult(val created: List<VodozemacCurve25519PublicKey>, val removed: List<VodozemacCurve25519PublicKey>) : Account.OneTimeKeyGenerationResult
Constructors
Link copied to clipboard
constructor(created: List<VodozemacCurve25519PublicKey>, removed: List<VodozemacCurve25519PublicKey>)