{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"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"
}
]
}
],
"actions": [
{
"name": "comment",
"type": "comment",
"ricardian_contract": ""
},
{
"name": "erase",
"type": "erase",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "comments",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "comments"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}