{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "bucket",
"base": "",
"fields": [
{
"name": "bucket_time",
"type": "uint64"
},
{
"name": "order_count",
"type": "int32"
},
{
"name": "completed",
"type": "bool"
}
]
},
{
"name": "clearbuckets",
"base": "",
"fields": []
}
],
"actions": [
{
"name": "clearbuckets",
"type": "clearbuckets",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "bucket",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "bucket"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}