Uses of Class
org.knowm.xchange.quoine.dto.account.BitcoinAccount
-
Packages that use BitcoinAccount Package Description org.knowm.xchange.quoine org.knowm.xchange.quoine.dto.account org.knowm.xchange.quoine.service -
-
Uses of BitcoinAccount in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that return BitcoinAccount Modifier and Type Method Description BitcoinAccount[]QuoineAuthenticated. getCryptoAccountInfo(int apiVersion, si.mazi.rescu.ParamsDigest signer, String contentType)Methods in org.knowm.xchange.quoine with parameters of type BitcoinAccount Modifier and Type Method Description static List<Wallet>QuoineAdapters. adapt(BitcoinAccount[] balances) -
Uses of BitcoinAccount in org.knowm.xchange.quoine.dto.account
Methods in org.knowm.xchange.quoine.dto.account that return BitcoinAccount Modifier and Type Method Description BitcoinAccountQuoineAccountInfo. getBitcoinAccount()Constructors in org.knowm.xchange.quoine.dto.account with parameters of type BitcoinAccount Constructor Description QuoineAccountInfo(BitcoinAccount bitcoinAccount, FiatAccount[] fiatAccounts)Constructor -
Uses of BitcoinAccount in org.knowm.xchange.quoine.service
Methods in org.knowm.xchange.quoine.service that return BitcoinAccount Modifier and Type Method Description BitcoinAccount[]QuoineAccountServiceRaw. getQuoineCryptoAccountInfo()
-