Add account_lines paging (RIPD-343)

This commit is contained in:
Miguel Portilla
2014-09-10 17:59:56 -04:00
committed by Nik Bougalis
parent f81b084448
commit cd1bd18a49
10 changed files with 164 additions and 84 deletions

View File

@@ -800,7 +800,7 @@ public:
// - To modify the method, provide a new method in the request.
{ "account_currencies", &RPCParser::parseAccountCurrencies, 1, 2 },
{ "account_info", &RPCParser::parseAccountItems, 1, 2 },
{ "account_lines", &RPCParser::parseAccountLines, 1, 3 },
{ "account_lines", &RPCParser::parseAccountLines, 1, 5 },
{ "account_offers", &RPCParser::parseAccountItems, 1, 2 },
{ "account_tx", &RPCParser::parseAccountTransactions, 1, 8 },
{ "book_offers", &RPCParser::parseBookOffers, 2, 7 },