{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "createpost",
"base": "",
"fields": [
{
"name": "prof",
"type": "name"
},
{
"name": "content",
"type": "string"
}
]
},
{
"name": "upsertprof",
"base": "",
"fields": [
{
"name": "prof",
"type": "name"
},
{
"name": "name",
"type": "string"
},
{
"name": "pic",
"type": "string"
}
]
}
],
"actions": [
{
"name": "createpost",
"type": "createpost",
"ricardian_contract": ""
},
{
"name": "upsertprof",
"type": "upsertprof",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}