defmodule CCXT.Hashkey do @moduledoc """ HashKey Global exchange client (auto-generated from extracted spec). This module is generated at compile time from `priv/specs/extracted/hashkey.exs`. See `CCXT.Exchange` behaviour for full API documentation. """ use CCXT.Generator, spec: "hashkey" end