{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "ap_history",
"base": "",
"fields": [
{
"name": "timestamp",
"type": "uint64"
},
{
"name": "price",
"type": "uint64"
},
{
"name": "acc_price",
"type": "uint64"
}
]
},
{
"name": "ap_price",
"base": "",
"fields": [
{
"name": "seconds",
"type": "uint64"
},
{
"name": "twa_price",
"type": "uint64"
},
{
"name": "last_update",
"type": "time_point_sec"
}
]
},
{
"name": "clear",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
}
]
},
{
"name": "debug",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
},
{
"name": "key",
"type": "uint64"
},
{
"name": "price",
"type": "uint64"
}
]
},
{
"name": "remove",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
},
{
"name": "key",
"type": "uint64"
}
]
},
{
"name": "update",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
},
{
"name": "submiter",
"type": "name"
},
{
"name": "price",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "clear",
"type": "clear",
"ricardian_contract": ""
},
{
"name": "debug",
"type": "debug",
"ricardian_contract": ""
},
{
"name": "remove",
"type": "remove",
"ricardian_contract": ""
},
{
"name": "update",
"type": "update",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "history",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "ap_history"
},
{
"name": "prices",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "ap_price"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}