scuttlebutt-client-lib / org.apache.tuweni.scuttlebutt.lib / SocialService / getProfile

getProfile

open fun getProfile(publicKey: String): AsyncResult<Profile> (source)

Gets the profile of a given user

Parameters

publicKey - the public key of the user to get the profile of

Return