public interface RipplePublic
See https://github.com/ripple/ripple-rest for up-to-date documentation.
| Modifier and Type | Method and Description |
|---|---|
RippleAccountBalances |
getAccountBalances(String address)
Returns the account balances for this address.
|
RippleAccountSettings |
getAccountSettings(String address)
Returns the account settings for this address.
|
RippleOrderBook |
getOrderBook(String address,
String base,
String counter,
String limit)
Returns the order book for this address and base/counter pair.
|
RippleTransactionFee |
getTransactionFee()
Fetch the network transaction fee.
|
RippleNotifications |
notifications(String address,
Boolean excludeFailed,
Boolean earliestFirst,
Integer resultsPerPage,
Integer page,
Long startLedger,
Long endLedger)
Returns notifications for this address.
|
RippleAccountOrders |
openAccountOrders(String address)
Returns the account information for this address.
|
RippleOrderDetails |
orderDetails(String address,
String hash)
Returns the account information for this address.
|
RippleOrderBook getOrderBook(String address, String base, String counter, String limit) throws IOException, RippleException
IOExceptionRippleExceptionRippleAccountBalances getAccountBalances(String address) throws IOException, RippleException
IOExceptionRippleExceptionRippleAccountSettings getAccountSettings(String address) throws IOException, RippleException
IOExceptionRippleExceptionRippleAccountOrders openAccountOrders(String address) throws IOException, RippleException
IOExceptionRippleExceptionRippleOrderDetails orderDetails(String address, String hash) throws IOException, RippleException
IOExceptionRippleExceptionRippleNotifications notifications(String address, Boolean excludeFailed, Boolean earliestFirst, Integer resultsPerPage, Integer page, Long startLedger, Long endLedger) throws IOException, RippleException
IOExceptionRippleExceptionRippleTransactionFee getTransactionFee()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.