RegistrationRequest

@Serializable
class RegistrationRequest(val email: String, val username: String, val password: String)

The request sent to the WalletProvider during registration.

Constructors

Link copied to clipboard
constructor(email: String, username: String, password: String)

Properties

Link copied to clipboard

The email of the user.

Link copied to clipboard

The password of the user.

Link copied to clipboard

The username of the user.