All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.contek.invoker.deribit.api.common._Currency Maven / Gradle / Ivy

package io.contek.invoker.deribit.api.common;

import javax.annotation.concurrent.NotThreadSafe;
import java.util.List;

@NotThreadSafe
public class _Currency {

  public String coin_type;
  public String currency;
  public String currency_long;
  public Integer fee_precision;
  public Integer min_confirmations;
  public Double min_withdrawal_fee;
  public Double withdrawal_fee;
  public List<_WithdrawPriority> withdrawal_priorities;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy