Uses of Class
org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
-
-
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseBaseResponse Modifier and Type Method Description CoinbaseBaseResponseCoinbaseAuthenticated. cancelRequest(String transactionId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseBaseResponseCoinbaseAuthenticated. redeemToken(String tokenId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseBaseResponseCoinbaseAuthenticated. 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.account Modifier and Type Class Description classCoinbaseAddressclassCoinbaseTokenclassCoinbaseTransactionclassCoinbaseUser -
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.merchant
Subclasses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.merchant Modifier and Type Class Description classCoinbaseButtonclassCoinbaseOrder -
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.trade
Subclasses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.dto.trade Modifier and Type Class Description classCoinbaseTransfer -
Uses of CoinbaseBaseResponse in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service with type parameters of type CoinbaseBaseResponse Modifier and Type Method Description protected <R extends CoinbaseBaseResponse>
RCoinbaseBaseService. handleResponse(R response)
-