Bittrex v3.0.0 Bittrex.Address View Source

A Bittrex Address.

Link to this section Summary

Types

t()
  • status: the status of this deposit address.
  • currency_symbol: the unique ID of the currency this deposit address is for.
  • crypto_address: the cryptographic deposit address

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.Address{
  crypto_address: String.t(),
  currency_symbol: String.t(),
  status: String.t()
}

  • status: the status of this deposit address.
  • currency_symbol: the unique ID of the currency this deposit address is for.
  • crypto_address: the cryptographic deposit address.