lib/ex_open_sea/query_encoder.ex

defmodule ExOpenSea.QueryEncoder do
  @callback encode(Enum.t()) :: term
end