
The data structures defined by this contract.
-
{ "name": "comments", "base": "", "fields": [ { "name": "from", "type": "account_name" }, { "name": "deposit", "type": "int64" }, { "name": "memo", "type": "string" }, { "name": "weight", "type": "int64" }, { "name": "lastupdate", "type": "int64" } ] }
Table row type of gcommentss
{ "name": "gcomments", "base": "", "fields": [ { "name": "account", "type": "account_name" }, { "name": "total", "type": "int64" }, { "name": "totaldown", "type": "int64" }, { "name": "lastupdate", "type": "int64" } ] }
-
{ "name": "comment", "base": "", "fields": [ { "name": "from", "type": "account_name" }, { "name": "to", "type": "account_name" }, { "name": "memo", "type": "string" } ] }
-
{ "name": "withdraw", "base": "", "fields": [ { "name": "from", "type": "account_name" }, { "name": "to", "type": "account_name" } ] }
-
{ "name": "dismiss", "base": "", "fields": [ { "name": "account", "type": "account_name" } ] }
Table row type of timelockss
{ "name": "timelocks", "base": "", "fields": [ { "name": "timeout", "type": "int64" }, { "name": "quantity", "type": "int64" }, { "name": "from", "type": "int64" } ] }