Uses of Class
org.knowm.xchange.blockchain.dto.account.BlockchainWithdrawal
Packages that use BlockchainWithdrawal
-
Uses of BlockchainWithdrawal in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return BlockchainWithdrawalModifier and TypeMethodDescriptionBlockchainAuthenticated.postWithdrawFunds(BlockchainWithdrawalParams blockchainWithdrawalRequest) Request a withdrawal Call GET /whitelist first to retrieve the ID of the beneficiary.Methods in org.knowm.xchange.blockchain that return types with arguments of type BlockchainWithdrawalModifier and TypeMethodDescriptionBlockchainAuthenticated.getWithdrawFunds(Long startTime, Long endTime) Get a list of withdrawalsMethods in org.knowm.xchange.blockchain with parameters of type BlockchainWithdrawalModifier and TypeMethodDescriptionstatic FundingRecordBlockchainAdapters.toFundingWithdrawal(BlockchainWithdrawal w) -
Uses of BlockchainWithdrawal in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that return BlockchainWithdrawalModifier and TypeMethodDescriptionprotected BlockchainWithdrawalBlockchainAccountServiceRaw.postWithdrawFunds(BlockchainWithdrawalParams blockchainWithdrawalRequest) Methods in org.knowm.xchange.blockchain.service that return types with arguments of type BlockchainWithdrawalModifier and TypeMethodDescriptionBlockchainAccountServiceRaw.withdrawHistory(Long startTime, Long endTime)