Handle profile of an avatar
This section is dedicated to handling the profiles of an avatar
Get a profile for the avatar
This function fetches the current profile associated with the avatar. If no profile exists, it will return undefined
.
Update metadata of the profile
This function updates the avatar's metadata by uploading a new content identifier (CID) to IPFS. The CID represents the new metadata for the avatar.
Update profile of the avatar
This function updates the avatar’s profile and returns the IPFS CID of the newly updated profile.
Last updated