Package org.knowm.xchange.ripple.service
Class RippleAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.ripple.service.RippleBaseService
org.knowm.xchange.ripple.service.RippleAccountServiceRaw
- All Implemented Interfaces:
ITransferFeeSource
,BaseService
- Direct Known Subclasses:
RippleAccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.ripple.service.RippleBaseService
rippleAuthenticated, ripplePublic
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clear any stored account settings to allow memory to be released and details to be refreshed.getRippleAccountBalances
(String address) getRippleAccountSettings
(String address) getTransferFeeRate
(String address) Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
RippleAccountServiceRaw
-
-
Method Details
-
getRippleAccountBalances
- Throws:
IOException
-
getRippleAccountBalances
- Throws:
IOException
-
getRippleAccountSettings
- Throws:
IOException
-
getRippleAccountSettings
public RippleAccountSettings getRippleAccountSettings(String address) throws RippleException, IOException - Throws:
RippleException
IOException
-
getTransferFeeRate
- Specified by:
getTransferFeeRate
in interfaceITransferFeeSource
- Throws:
RippleException
IOException
-
clearAccountSettingsStore
public void clearAccountSettingsStore()Clear any stored account settings to allow memory to be released and details to be refreshed.
-