BBPosts
Last updated
Last updated
Creates a post and sets its CID
profileId
uint256
ID of the profile to create the post in
cid
string
CID of the created post
postId
uint256
ID of the created post
Sets an existing posts CID
profileId
uint256
ID of the profile to edit the post in
postId
uint256
ID of the post to edit
cid
string
New CID of the post
Returns an existing posts CID
profileId
uint256
ID of the profile that owns the post
postId
uint256
ID of the post to return
cid
string
Returned posts CID
Returns the number of total posts from a profile
profileId
uint256
ID of the profile to return the number of total posts
total
uint256
Number of total posts