{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "add",
"base": "",
"fields": [
{
"name": "author",
"type": "name"
},
{
"name": "description",
"type": "string"
}
]
},
{
"name": "erase",
"base": "",
"fields": [
{
"name": "author",
"type": "name"
},
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "eraseall",
"base": "",
"fields": [
{
"name": "author",
"type": "name"
}
]
},
{
"name": "setcomplete",
"base": "",
"fields": [
{
"name": "author",
"type": "name"
},
{
"name": "id",
"type": "uint64"
},
{
"name": "complete",
"type": "bool"
}
]
},
{
"name": "todo_row",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "author",
"type": "name"
},
{
"name": "timestamp",
"type": "time_point"
},
{
"name": "description",
"type": "string"
},
{
"name": "completed",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "add",
"type": "add",
"ricardian_contract": ""
},
{
"name": "erase",
"type": "erase",
"ricardian_contract": ""
},
{
"name": "eraseall",
"type": "eraseall",
"ricardian_contract": ""
},
{
"name": "setcomplete",
"type": "setcomplete",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "todos",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "todo_row"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": [
{
"name": "add",
"result_type": "todo_row"
}
]
}