{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "hello",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "revokeorder",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "orderid",
"type": "string"
}
]
}
],
"actions": [
{
"name": "hello",
"type": "hello",
"ricardian_contract": ""
},
{
"name": "revokeorder",
"type": "revokeorder",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}