Mayukha Vadari
0b08de5956
Removes methods that were just rippled wrappers ( #1550 )
...
* remove getAccountInfo
* remove getAccountObjects
* remove getBalanceSheet (gateway_balances)
* remove getLedger
* remove getOrders (account_orders)
* remove getPaymentChannel (ledger_entry)
* remove getTransaction(s) (tx/account_tx)
* remove getSettings (account_info)
* remove getServerInfo (server_info)
* fix integ tests
* remove submit (also deprecated)
* fix integ tests
* add TODO
2021-10-04 14:10:09 -04:00
Javi
1c1a3fa583
fix(refactor): rename prepareTicket to prepareTicketCreate ( https://github.com/ripple/ripple-lib/pull/1324#discussion_r519027049 )
2020-11-08 09:53:17 +01:00
Javi
81dfd99642
fix(docs): Update docs
2020-11-06 11:23:14 +01:00
Elliot Lee
b2b6715ac0
Add request(), hasNextPage(), and requestNextPage() ( #887 )
...
* Add support for all rippled APIs, including subscriptions.
* Add support for arbitrary stream message types.
* Note that rippled APIs take amounts in drops.
* request() will be available in ripple-lib version 1.0.0+
2018-05-10 15:43:56 -07:00
Chris Clark
fe099f2c8b
Add sample code to cancel all orders for a specified account
2015-12-16 11:40:39 -08:00
Chris Clark
5d5cf868a2
Fix samples
2015-11-25 10:26:30 -08:00
Chris Clark
f722514ecf
Fix samples
2015-10-30 15:22:42 -07:00
Chris Clark
daaae6e01e
Update RippleAPI documentation for promises
2015-08-04 14:53:46 -07:00
Chris Clark
e48df2c1fd
Add sample API usage for getting balances and making a payment
2015-07-23 15:51:15 -07:00