Uses of Class
org.knowm.xchange.bitso.service.BitsoDigest
Packages that use BitsoDigest
-
Uses of BitsoDigest in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso with parameters of type BitsoDigestModifier and TypeMethodDescriptionBitsoAuthenticated.getBalance(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BitsoAuthenticated.getBitcoinDepositAddress(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) BitsoAuthenticated.withdrawBitcoin(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address) BitsoAuthenticated.withdrawToRipple(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currency, String rippleAddress) -
Uses of BitsoDigest in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that return BitsoDigestModifier and TypeMethodDescriptionstatic BitsoDigestBitsoDigest.createInstance(String secretKey, String userName, String apiKey)