
The data structures defined by this contract.
Action parameter in createpost
{ "name": "createpost", "base": "", "fields": [ { "name": "prof", "type": "name" }, { "name": "content", "type": "string" } ] }
Action parameter in upsertprof
{ "name": "upsertprof", "base": "", "fields": [ { "name": "prof", "type": "name" }, { "name": "name", "type": "string" }, { "name": "pic", "type": "string" } ] }