RegisterResponse

@Serializable
data class RegisterResponse(val success: Boolean, val walletId: String)

Constructors

Link copied to clipboard
constructor(success: Boolean, walletId: String)

Properties

Link copied to clipboard
Link copied to clipboard