{
"version": "eosio::abi/1.0",
"types": [],
"structs": [
{
"name": "global",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "value",
"type": "uint64"
}
]
},
{
"name": "record",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "user",
"type": "name"
},
{
"name": "ede_asset",
"type": "asset"
}
]
},
{
"name": "start",
"base": "",
"fields": [
{
"name": "index",
"type": "uint32"
}
]
},
{
"name": "end",
"base": "",
"fields": [
{
"name": "index",
"type": "uint32"
}
]
},
{
"name": "init",
"base": "",
"fields": []
}
],
"actions": [
{
"name": "start",
"type": "start",
"ricardian_contract": ""
},
{
"name": "end",
"type": "end",
"ricardian_contract": ""
},
{
"name": "init",
"type": "init",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "global",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "global"
},
{
"name": "record",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "record"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}