Convert getAccountTransactions

This commit is contained in:
Chris Clark
2015-06-16 18:47:43 -07:00
parent ff6ac0333c
commit 8f37438a08
21 changed files with 514 additions and 229 deletions

View File

@@ -40,6 +40,7 @@ RippleAPI.prototype = {
getOrderBook: orders.getOrderBook,
getSettings: settings.getSettings,
getTransaction: transactions.getTransaction,
getAccountTransactions: transactions.getAccountTransactions,
getNotification: notifications.getNotification,
getNotifications: notifications.getNotifications,