Uses of Class
org.knowm.xchange.cryptonit2.dto.account.CryptonitWithdrawal
-
Packages that use CryptonitWithdrawal Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.service -
-
Uses of CryptonitWithdrawal in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 that return CryptonitWithdrawal Modifier and Type Method Description CryptonitWithdrawalCryptonitAuthenticated. cryptoWithdrawal(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency, BigDecimal amount, String address, String password)CryptonitWithdrawalCryptonitAuthenticated. fiatWithdrawal(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currency, BigDecimal amount, Integer method, String password, String transferDetails)CryptonitWithdrawalCryptonitV2. fiatWithdrawalMethods() -
Uses of CryptonitWithdrawal in org.knowm.xchange.cryptonit2.service
Methods in org.knowm.xchange.cryptonit2.service that return CryptonitWithdrawal Modifier and Type Method Description CryptonitWithdrawalCryptonitAccountServiceRaw. withdrawCrypto(BigDecimal amount, String address, org.knowm.xchange.currency.Currency currency)CryptonitWithdrawalCryptonitAccountServiceRaw. withdrawSepa(SepaWithdrawParams params)
-