ExMagicEden.TokenListings.Index (ex_magic_eden v0.0.3)
Link to this section Summary
Link to this section Types
Link to this type
error_reason()
@type error_reason() :: :parse_result_item | String.t()
Link to this type
params()
@type params() :: %{ optional(:offset) => non_neg_integer(), optional(:limit) => non_neg_integer() }
Link to this type
result()
@type result() :: {:ok, [token()]} | {:error, error_reason()}
Link to this type
token()
@type token() :: ExMagicEden.TokenListing.t()
Link to this type
token_mint()
@type token_mint() :: String.t()
Link to this section Functions
Link to this function
get(token_mint)
@spec get(token_mint()) :: result()