
The data structures defined by this contract.
-
{ "name": "comment", "base": "", "fields": [ { "name": "sender", "type": "name" }, { "name": "id", "type": "uint64" }, { "name": "comment", "type": "string" } ] } -
{ "name": "comments", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "comment", "type": "string" }, { "name": "date", "type": "uint32" } ] } -
{ "name": "erase", "base": "", "fields": [ { "name": "sender", "type": "name" }, { "name": "id", "type": "uint64" } ] }