Current section

Files

Jump to
tai lib tai exchanges config.ex
Raw

lib/tai/exchanges/config.ex

defmodule Tai.Exchanges.Config do
@type t :: %Tai.Exchanges.Config{}
@enforce_keys [:id, :supervisor]
defstruct id: nil, supervisor: nil, products: "*", accounts: %{}
end