Uses of Class
org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
-
Packages that use CoinbaseTransaction Package Description org.knowm.xchange.coinbase org.knowm.xchange.coinbase.dto.account -
-
Uses of CoinbaseTransaction in org.knowm.xchange.coinbase
Methods in org.knowm.xchange.coinbase that return CoinbaseTransaction Modifier and Type Method Description CoinbaseTransactionCoinbaseAuthenticated. completeRequest(String transactionId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseTransactionCoinbaseAuthenticated. getTransactionDetails(String transactionId, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseTransactionCoinbaseAuthenticated. requestMoney(CoinbaseTransaction transactionRequest, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseTransactionCoinbaseAuthenticated. sendMoney(CoinbaseTransaction transactionRequest, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)Methods in org.knowm.xchange.coinbase with parameters of type CoinbaseTransaction Modifier and Type Method Description CoinbaseTransactionCoinbaseAuthenticated. requestMoney(CoinbaseTransaction transactionRequest, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)CoinbaseTransactionCoinbaseAuthenticated. sendMoney(CoinbaseTransaction transactionRequest, String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) -
Uses of CoinbaseTransaction in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return types with arguments of type CoinbaseTransaction Modifier and Type Method Description List<CoinbaseTransaction>CoinbaseTransactions. getTransactions()
-