lib/binance/structs/server_time.ex

defmodule Binance.Structs.ServerTime do
  def new(%{"serverTime" => time}) do
    time
  end
end