
The data structures defined by this contract.
-
{ "name": "reports", "base": "", "fields": [ { "name": "ID", "type": "uint64" }, { "name": "report_hash", "type": "checksum256" }, { "name": "report_id", "type": "string" } ] }
-
{ "name": "addentry", "base": "", "fields": [ { "name": "report_id", "type": "string" }, { "name": "report_hash", "type": "checksum256" } ] }
-
{ "name": "search", "base": "", "fields": [ { "name": "report_id", "type": "string" } ] }
Action parameter in removeentry
{ "name": "removeentry", "base": "", "fields": [ { "name": "report_id", "type": "string" } ] }