Add getBalanceSheet() to RippleAPI

This commit is contained in:
wltsmrz
2015-09-22 07:59:27 -07:00
parent 323e402e0c
commit 806a4e823f
13 changed files with 288 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ function loadSchemas() {
require('./schemas/currency.json'),
require('./schemas/get-account-info.json'),
require('./schemas/get-balances.json'),
require('./schemas/get-balance-sheet'),
require('./schemas/balance-sheet-options.json'),
require('./schemas/get-ledger.json'),
require('./schemas/get-orderbook.json'),
require('./schemas/get-orders.json'),