
{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "add", "base": "", "fields": [ { "name": "price_id", "type": "uint64" }, { "name": "contract", "type": "name" }, { "name": "coin", "type": "symbol_code" }, { "name": "precision", "type": "uint8" } ] }, { "name": "avgprice", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "submitter", "type": "name" }, { "name": "period", "type": "string" }, { "name": "acc_price", "type": "uint64" }, { "name": "avg_price", "type": "uint64" }, { "name": "last_update", "type": "time_point_sec" } ] }, { "name": "log", "base": "", "fields": [ { "name": "data", "type": "st_log" } ] }, { "name": "price", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "contract", "type": "name" }, { "name": "coin", "type": "symbol_code" }, { "name": "precision", "type": "uint8" }, { "name": "acc_price", "type": "uint64" }, { "name": "last_price", "type": "uint64" }, { "name": "avg_price", "type": "uint64" }, { "name": "last_update", "type": "time_point_sec" } ] }, { "name": "remove", "base": "", "fields": [ { "name": "price_id", "type": "uint64" } ] }, { "name": "st_log", "base": "", "fields": [ { "name": "price_id", "type": "uint64" }, { "name": "contract", "type": "name" }, { "name": "coin", "type": "symbol_code" }, { "name": "key", "type": "uint16" }, { "name": "precision", "type": "uint8" }, { "name": "acc_price_pre", "type": "uint64" }, { "name": "acc_price_last", "type": "uint64" }, { "name": "time_elapsed", "type": "uint64" }, { "name": "last_price", "type": "float64" }, { "name": "avg_price", "type": "float64" }, { "name": "last_update", "type": "time_point_sec" } ] }, { "name": "update", "base": "", "fields": [ { "name": "submitter", "type": "name" }, { "name": "price_id", "type": "uint64" } ] }, { "name": "updatecoin", "base": "", "fields": [ { "name": "submitter", "type": "name" }, { "name": "contract", "type": "name" }, { "name": "coin", "type": "symbol_code" } ] } ], "actions": [ { "name": "add", "type": "add", "ricardian_contract": "" }, { "name": "log", "type": "log", "ricardian_contract": "" }, { "name": "remove", "type": "remove", "ricardian_contract": "" }, { "name": "update", "type": "update", "ricardian_contract": "" }, { "name": "updatecoin", "type": "updatecoin", "ricardian_contract": "" } ], "tables": [ { "name": "avgprices", "index_type": "i64", "key_names": [], "key_types": [], "type": "avgprice" }, { "name": "prices", "index_type": "i64", "key_names": [], "key_types": [], "type": "price" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }