Binance.SystemStatus (dwarves_binancex v0.1.2)

Struct for representing the result returned by /wapi/v3/systemStatus.html

defstruct [:status, :msg]

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.SystemStatus{
  msg: term(),
  status: term()
}