Uses of Class
org.knowm.xchange.cryptonit2.dto.account.WithdrawalRequest
-
Packages that use WithdrawalRequest Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.service -
-
Uses of WithdrawalRequest in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 that return WithdrawalRequest Modifier and Type Method Description WithdrawalRequest[]CryptonitAuthenticated. getWithdrawalRequests(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)WithdrawalRequest[]CryptonitAuthenticatedV2. getWithdrawalRequests(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, Long timeDelta) -
Uses of WithdrawalRequest in org.knowm.xchange.cryptonit2.service
Methods in org.knowm.xchange.cryptonit2.service that return types with arguments of type WithdrawalRequest Modifier and Type Method Description List<WithdrawalRequest>CryptonitAccountServiceRaw. getWithdrawalRequests(Long timeDelta)
-