Links

public struct Links : Codable, Equatable

Exchange.Links

  • Collection of Twitter profiles URLs

    Declaration

    Swift

    public let twitter: [URL]?
  • Collection of websites URLs

    Declaration

    Swift

    public let website: [URL]?
  • Collection of blogs URLs

    Declaration

    Swift

    public let blog: [URL]?
  • Collection of chat URLs

    Declaration

    Swift

    public let chat: [URL]?
  • Collection of fees information URLs

    Declaration

    Swift

    public let fees: [URL]?
  • Collection of Telegram URLs

    Declaration

    Swift

    public let telegram: [URL]?