DeleteAccountRequest

data class DeleteAccountRequest(val did: Did, val password: String, val token: String)

Constructors

Link copied to clipboard
constructor(did: Did, password: String, token: String)

Properties

Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard