Binance.Structs.SystemStatus (binance v2.0.0-beta.1)

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.Structs.SystemStatus{
    msg: term(),
    status: term()
  }