Uses of Class
org.knowm.xchange.therock.dto.account.TheRockWithdrawal
Packages that use TheRockWithdrawal
-
Uses of TheRockWithdrawal in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock with parameters of type TheRockWithdrawalModifier and TypeMethodDescriptionTheRockAuthenticated.withdraw(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockWithdrawal withdrawal) -
Uses of TheRockWithdrawal in org.knowm.xchange.therock.dto.account
Methods in org.knowm.xchange.therock.dto.account that return TheRockWithdrawalModifier and TypeMethodDescriptionstatic TheRockWithdrawalTheRockWithdrawal.createDefaultWithdrawal(String currency, BigDecimal amount, String destinationAddress) static TheRockWithdrawalTheRockWithdrawal.createRippleWithdrawal(String currency, BigDecimal amount, String destinationAddress, Long destinationTag)