GetProfileRequest
data class GetProfileRequest(account: String, async: Boolean?, address: JsonAddress) : SignaldRequestBodyV1<Profile>
Content copied to clipboard
Get all information available about a user
Constructors
Link copied to clipboard
fun GetProfileRequest(account: String, async: Boolean? = null, address: JsonAddress)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): Profile
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): Profile
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): Profile
Content copied to clipboard