Ico

public struct Ico : Codable, Equatable

Search.Ico model

  • id

    ICO id, eg. mm-moonx

    Declaration

    Swift

    public let id: String
  • ICO name, eg. MoonX

    Declaration

    Swift

    public let name: String
  • ICO symbol, eg. MM

    Declaration

    Swift

    public let symbol: String
  • Is it recently added to Coinpaprika

    Declaration

    Swift

    public let isNew: Bool