Uses of Class
org.knowm.xchange.ripple.dto.account.RippleAccountBalances
-
Packages that use RippleAccountBalances Package Description org.knowm.xchange.ripple org.knowm.xchange.ripple.service -
-
Uses of RippleAccountBalances in org.knowm.xchange.ripple
Methods in org.knowm.xchange.ripple that return RippleAccountBalances Modifier and Type Method Description RippleAccountBalancesRipplePublic. getAccountBalances(String address)Returns the account balances for this address.Methods in org.knowm.xchange.ripple with parameters of type RippleAccountBalances Modifier and Type Method Description static org.knowm.xchange.dto.account.AccountInfoRippleAdapters. adaptAccountInfo(RippleAccountBalances account, String username)Adapts a Ripple Account to an XChange Wallet object. -
Uses of RippleAccountBalances in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service that return RippleAccountBalances Modifier and Type Method Description RippleAccountBalancesRippleAccountServiceRaw. getRippleAccountBalances()RippleAccountBalancesRippleAccountServiceRaw. getRippleAccountBalances(String address)
-