Class BlockchainWithdrawalParams

java.lang.Object
org.knowm.xchange.blockchain.params.BlockchainWithdrawalParams
All Implemented Interfaces:
WithdrawFundsParams

public class BlockchainWithdrawalParams extends Object implements WithdrawFundsParams
  • Field Details

    • beneficiary

      public final String beneficiary
      UUID representing a whitelist address that is indicated in the whitelistId field. Whitelist addresses can be managed in Blockchain Exchange UI. To obtain the UUIDs of the whitelist addresses, call this endpoint:
      See Also:
    • currency

      public final Currency currency
    • amount

      public final BigDecimal amount
    • sendMax

      public final Boolean sendMax
      if this is set to true, the amount will be ignored and a withdrawal of all funds will be made
  • Constructor Details

    • BlockchainWithdrawalParams

      public BlockchainWithdrawalParams()