Uses of Class
org.knowm.xchange.bitcoinde.dto.account.BitcoindeBalance
Packages that use BitcoindeBalance
-
Uses of BitcoindeBalance in org.knowm.xchange.bitcoinde.dto.account
Methods in org.knowm.xchange.bitcoinde.dto.account that return BitcoindeBalanceModifier and TypeMethodDescriptionBitcoindeBalances.getBch()BitcoindeBalances.getBtc()BitcoindeBalances.getEth()Methods in org.knowm.xchange.bitcoinde.dto.account with parameters of type BitcoindeBalanceModifier and TypeMethodDescriptionvoidBitcoindeBalances.setBch(BitcoindeBalance bch) voidBitcoindeBalances.setBtc(BitcoindeBalance btc) voidBitcoindeBalances.setEth(BitcoindeBalance eth) Constructors in org.knowm.xchange.bitcoinde.dto.account with parameters of type BitcoindeBalanceModifierConstructorDescriptionBitcoindeBalances(BitcoindeBalance btc, BitcoindeBalance bch, BitcoindeBalance eth)