Update wallet.hpp

This commit is contained in:
oxarbitrage 2017-03-01 12:07:33 -03:00 committed by GitHub
parent 2c473285b6
commit b6cb3eeeb9

View file

@ -357,7 +357,7 @@ class wallet_api
vector<operation_detail> get_account_history(string name, int limit)const;
vector<bucket_object> get_market_history(string symbol, string symbol2, uint32_t bucket)const;
vector<bucket_object> get_market_history(string symbol, string symbol2, uint32_t bucket, fc::time_point_sec start, fc::time_point_sec end)const;
vector<limit_order_object> get_limit_orders(string a, string b, uint32_t limit)const;
vector<call_order_object> get_call_orders(string a, uint32_t limit)const;
vector<force_settlement_object> get_settle_orders(string a, uint32_t limit)const;