Create And Update Profiles
This section covers how to create and update profiles on the Subsocial blockchain.
#
Create A Profile๐ ธ IpfsContent is function that return substrate like implementation for enum { IPFS: "CID of your content"}.
Example:
#
Update A ProfileUpdate properties:
1: content
: IpfsContent
is a function that returns a substrate like implementation for enum { IPFS: "CID of your content"}.
Example:
๐ ProfileUpdateType: { content: OptionContent }