
The data structures defined by this contract.
Action parameter in comentcontnt
{ "name": "comentcontnt", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "content_type", "type": "uint32" }, { "name": "content_id", "type": "string" }, { "name": "comment", "type": "string" }, { "name": "photos", "type": "string[]" }, { "name": "videos", "type": "string[]" } ] }
-
{ "name": "curradmin", "base": "", "fields": [ { "name": "admin", "type": "name" } ] }
Action parameter in deletcontent
{ "name": "deletcontent", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "content_type", "type": "uint32" }, { "name": "content_id", "type": "string" } ] }
-
{ "name": "follow", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "weightage", "type": "uint32" } ] }
-
{ "name": "getadmin", "base": "", "fields": [] }
Action parameter in markcontent
{ "name": "markcontent", "base": "", "fields": [ { "name": "content_type", "type": "uint32" }, { "name": "content_id", "type": "string" }, { "name": "reasons", "type": "string[]" } ] }
Action parameter in modifyadmin
{ "name": "modifyadmin", "base": "", "fields": [ { "name": "admin_account", "type": "name" } ] }
-
{ "name": "murmur", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "content", "type": "string" }, { "name": "photos", "type": "string[]" }, { "name": "videos", "type": "string[]" }, { "name": "visibility", "type": "uint32" } ] }
Action parameter in reactcontent
{ "name": "reactcontent", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "content_type", "type": "uint32" }, { "name": "content_id", "type": "string" }, { "name": "react_type", "type": "uint32" } ] }
Action parameter in reportcontnt
{ "name": "reportcontnt", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "content_type", "type": "uint32" }, { "name": "content_id", "type": "string" }, { "name": "reasons", "type": "string[]" } ] }
-
{ "name": "unfollow", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" } ] }
-
{ "name": "updatebio", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "about", "type": "string" } ] }
-
{ "name": "whisper", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "from_public_key", "type": "string" }, { "name": "to_public_key", "type": "string" }, { "name": "encrypted_message", "type": "string" } ] }
-
{ "name": "yell", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "murmur_id", "type": "string" }, { "name": "extra_comment", "type": "string" }, { "name": "visibility", "type": "uint32" } ] }