StoredSecret

@Serializable
data class StoredSecret(val event: ClientEvent.GlobalAccountDataEvent<out SecretEventContent>, val decryptedPrivateKey: String)

Constructors

Link copied to clipboard
constructor(event: ClientEvent.GlobalAccountDataEvent<out SecretEventContent>, decryptedPrivateKey: String)

Properties

Link copied to clipboard
@SerialName(value = "decryptedPrivateKey")
val decryptedPrivateKey: String
Link copied to clipboard
@SerialName(value = "event")
val event: ClientEvent.GlobalAccountDataEvent<out SecretEventContent>