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,org.knowm.xchange.service.BaseService
- Direct Known Subclasses:
RippleAccountService
public class RippleAccountServiceRaw extends RippleBaseService implements ITransferFeeSource
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.ripple.service.RippleBaseService
rippleAuthenticated, ripplePublic
-
-
Constructor Summary
Constructors Constructor Description RippleAccountServiceRaw(org.knowm.xchange.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAccountSettingsStore()Clear any stored account settings to allow memory to be released and details to be refreshed.RippleAccountBalancesgetRippleAccountBalances()RippleAccountBalancesgetRippleAccountBalances(String address)RippleAccountSettingsgetRippleAccountSettings()RippleAccountSettingsgetRippleAccountSettings(String address)BigDecimalgetTransferFeeRate(String address)
-
-
-
Method Detail
-
getRippleAccountBalances
public RippleAccountBalances getRippleAccountBalances() throws IOException
- Throws:
IOException
-
getRippleAccountBalances
public RippleAccountBalances getRippleAccountBalances(String address) throws IOException
- Throws:
IOException
-
getRippleAccountSettings
public RippleAccountSettings getRippleAccountSettings() throws IOException
- Throws:
IOException
-
getRippleAccountSettings
public RippleAccountSettings getRippleAccountSettings(String address) throws RippleException, IOException
- Throws:
RippleExceptionIOException
-
getTransferFeeRate
public BigDecimal getTransferFeeRate(String address) throws RippleException, IOException
- Specified by:
getTransferFeeRatein interfaceITransferFeeSource- Throws:
RippleExceptionIOException
-
clearAccountSettingsStore
public void clearAccountSettingsStore()
Clear any stored account settings to allow memory to be released and details to be refreshed.
-
-