trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-vodozemac
/
de.connect2x.trixnity.vodozemac.olm
/
Account
/
OneTimeKeyGenerationResult
One
Time
Key
Generation
Result
data
class
OneTimeKeyGenerationResult
(
val
created
:
List
<
Curve25519PublicKey
>
,
val
removed
:
List
<
Curve25519PublicKey
>
)
Members
Constructors
One
Time
Key
Generation
Result
Link copied to clipboard
constructor
(
created
:
List
<
Curve25519PublicKey
>
,
removed
:
List
<
Curve25519PublicKey
>
)
Properties
created
Link copied to clipboard
val
created
:
List
<
Curve25519PublicKey
>
removed
Link copied to clipboard
val
removed
:
List
<
Curve25519PublicKey
>