A cryptocurrency resource as returned by GET /v1/cryptos/{slug}/.
Summary
Types
@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 }