Triple.Types.Crypto (triple v1.0.0)

Copy Markdown View Source

A cryptocurrency resource as returned by GET /v1/cryptos/{slug}/.

Summary

Types

t()

@type t() :: %Triple.Types.Crypto{
  name: String.t() | nil,
  resources: [Triple.Types.Resource.t()],
  slug: String.t() | nil,
  symbol: String.t() | nil,
  updated: String.t() | nil
}