Get Profile Request
data class GetProfileRequest(account: String, async: Boolean?, address: JsonAddress) : SignaldRequestBodyV1<GetProfile, Profile>
Content copied to clipboard
Get all information available about a user
Constructors
GetProfileRequest
Link copied to clipboard
fun GetProfileRequest(account: String, async: Boolean? = null, address: JsonAddress)
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): Profile?
Content copied to clipboard
submit
Link copied to clipboard