Binance.Structs.SystemStatus (binance v2.0.1)

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

defstruct [:status, :msg]

Summary

Functions

Link to this function

new(map_or_kwlist, opts \\ [])

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