Bittrex v3.0.0-alpha.2 Bittrex.Subaccount View Source

A Bittrex Subaccount.

Link to this section Summary

Types

t()
  • id: unique ID of this subaccount.
  • created_at: when the account was created

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.Subaccount{created_at: NaiveDateTime.t(), id: String.t()}

  • id: unique ID of this subaccount.
  • created_at: when the account was created.