Tradehub.Exchange.oracle_result

You're seeing just the function oracle_result, go back to Tradehub.Exchange module for more information.
Link to this function

oracle_result(oracle_id)

View Source

Specs

oracle_result(oracle_id()) ::
  {:ok, Tradehub.oracle()} | {:error, HTTPoison.Error.t()}

Requests oracle information about a given oracle id

Examples

iex> Tradehub.Exchange.oracle_result("SIDXBTC")