{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "notifylog",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "shit",
"type": "bytes"
}
]
},
{
"name": "pow",
"base": "",
"fields": [
{
"name": "cnt",
"type": "uint64"
},
{
"name": "min_sell",
"type": "asset"
},
{
"name": "min_get",
"type": "asset"
},
{
"name": "ischeckbp",
"type": "bool"
}
]
}
],
"actions": [
{
"name": "notifylog",
"type": "notifylog",
"ricardian_contract": ""
},
{
"name": "pow",
"type": "pow",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}