ExDeltaExchange.JsonResponse (ex_delta_exchange v0.0.3)

Link to this section Summary

Link to this section Types

Specs

error() :: String.t()

Specs

result() :: map() | list() | String.t()

Specs

t() :: %ExDeltaExchange.JsonResponse{
  error: error(),
  result: result(),
  success: boolean()
}