get Profile
suspend fun getProfile(address: <ERROR CLASS>, async: Boolean = false): <ERROR CLASS>
Content copied to clipboard
Gets all information available about a user
Parameters
address
The address of the user to get the profile of.
async
If true, return results from local store immediately, refreshing from server in the background if needed. If false (default), block until profile can be retrieved from server
Gets all information available about a user
Parameters
address
The address of the user to get the profile of.
async
If true, return results from local store immediately, refreshing from server in the background if needed. If false (default), block until profile can be retrieved from server