
The data structures defined by this contract.
Table row type of history
{ "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" } ] }