{
"version": "eosio::abi/1.0",
"types": [],
"structs": [
{
"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"
}
]
},
{
"name": "removeentry",
"base": "",
"fields": [
{
"name": "report_id",
"type": "string"
}
]
}
],
"actions": [
{
"name": "addentry",
"type": "addentry",
"ricardian_contract": ""
},
{
"name": "search",
"type": "search",
"ricardian_contract": ""
},
{
"name": "removeentry",
"type": "removeentry",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "reports",
"index_type": "i64",
"key_names": [
"ID"
],
"key_types": [
"uint64"
],
"type": "reports"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}