Uses of Class
org.knowm.xchange.bitcoincore.dto.account.BitcoinCoreBalanceResponse
-
Packages that use BitcoinCoreBalanceResponse Package Description org.knowm.xchange.bitcoincore org.knowm.xchange.bitcoincore.service -
-
Uses of BitcoinCoreBalanceResponse in org.knowm.xchange.bitcoincore
Methods in org.knowm.xchange.bitcoincore that return BitcoinCoreBalanceResponse Modifier and Type Method Description BitcoinCoreBalanceResponse
BitcoinCore. getBalance(BitcoinCoreBalanceRequest request)
BitcoinCoreBalanceResponse
BitcoinCore. getUnconfirmedBalance(BitcoinCoreUnconfirmedBalanceRequest request)
Methods in org.knowm.xchange.bitcoincore with parameters of type BitcoinCoreBalanceResponse Modifier and Type Method Description static AccountInfo
BitcoinCoreAdapters. adaptAccountInfo(BitcoinCoreBalanceResponse available, BitcoinCoreBalanceResponse unconfirmed)
-
Uses of BitcoinCoreBalanceResponse in org.knowm.xchange.bitcoincore.service
Methods in org.knowm.xchange.bitcoincore.service that return BitcoinCoreBalanceResponse Modifier and Type Method Description BitcoinCoreBalanceResponse
BitcoinCoreAccountServiceRaw. getBalance()
BitcoinCoreBalanceResponse
BitcoinCoreAccountServiceRaw. getUnconfirmedBalance()
-