Update wallet.hpp
This commit is contained in:
parent
2c473285b6
commit
b6cb3eeeb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue