Uses of Class
org.knowm.xchange.poloniex.dto.account.PoloniexWallet
-
Packages that use PoloniexWallet Package Description org.knowm.xchange.poloniex.dto.account org.knowm.xchange.poloniex.service -
-
Uses of PoloniexWallet in org.knowm.xchange.poloniex.dto.account
Methods in org.knowm.xchange.poloniex.dto.account that return PoloniexWallet Modifier and Type Method Description static PoloniexWalletPoloniexWallet. valueOf(String name)Returns the enum constant of this type with the specified name.static PoloniexWallet[]PoloniexWallet. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PoloniexWallet in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service with parameters of type PoloniexWallet Modifier and Type Method Description StringPoloniexAccountServiceRaw. transfer(Currency currency, BigDecimal amount, PoloniexWallet fromWallet, PoloniexWallet toWallet)
-