Uses of Class
org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
Packages that use CoinbaseBaseResponse
Package
Description
-
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseBaseResponseModifier and TypeMethodDescriptionCoinbaseAuthenticated.cancelRequest
(String transactionId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) CoinbaseAuthenticated.redeemToken
(String tokenId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) CoinbaseAuthenticated.resendRequest
(String transactionId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) -
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.account
Subclasses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.accountModifier and TypeClassDescriptionclass
class
class
class
-
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.merchant
Subclasses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.merchant -
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.trade
Subclasses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.trade -
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service with type parameters of type CoinbaseBaseResponseModifier and TypeMethodDescriptionprotected <R extends CoinbaseBaseResponse>
RCoinbaseBaseService.handleResponse
(R response)