ExMagicEden.CollectionStats.Show (ex_magic_eden v0.0.2)

Link to this section Summary

Link to this section Types

Link to this type

collection_stat()

@type collection_stat() :: ExMagicEden.CollectionStat.t()
Link to this type

error_reason()

@type error_reason() :: :parse_result_item | String.t()
@type result() :: {:ok, collection_stat()} | {:error, error_reason()}
@type symbol() :: String.t()

Link to this section Functions

@spec get(symbol()) :: result()