{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "addpost",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "title",
"type": "string"
},
{
"name": "content",
"type": "string"
}
]
},
{
"name": "flushall",
"base": "",
"fields": []
},
{
"name": "influence",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "created_at",
"type": "uint32"
},
{
"name": "influencer",
"type": "name"
},
{
"name": "post_id",
"type": "uint64"
},
{
"name": "amount",
"type": "uint64"
}
]
},
{
"name": "ping",
"base": "",
"fields": []
},
{
"name": "post",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "created_at",
"type": "uint32"
},
{
"name": "author",
"type": "name"
},
{
"name": "title",
"type": "string"
},
{
"name": "content",
"type": "string"
}
]
}
],
"actions": [
{
"name": "addpost",
"type": "addpost",
"ricardian_contract": ""
},
{
"name": "flushall",
"type": "flushall",
"ricardian_contract": ""
},
{
"name": "ping",
"type": "ping",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "influence",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "influence"
},
{
"name": "post",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "post"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}