Tag

public struct Tag : Codable, Equatable, TagType

Search.Tag

  • id

    Tag id, eg. smart-contracts

    Declaration

    Swift

    public let id: String
  • Tag name, eg. Smart Contracts

    Declaration

    Swift

    public let name: String
  • Number of coins connected to this tag

    Declaration

    Swift

    public let coinCounter: Int
  • Number of ICOs connected to this tag

    Declaration

    Swift

    public let icoCounter: Int