StoredSecret

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val event: Event.GlobalAccountDataEvent<out SecretEventContent>