Tradehub.Protocol.transactions

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

transactions(transaction_options \\ %{})

View Source

Specs

transactions(%{}) ::
  {:ok, [Tradehub.transaction()]} | String.t() | {:error, HTTPoison.Error.t()}
transactions(transaction_options()) ::
  {:ok, [Tradehub.transaction()]} | String.t() | {:error, HTTPoison.Error.t()}

Requests latest transactions or filtered transactions based on the filter params.

Examples

iex> Tradehub.Protocol.transactions