Links
public struct Links : Codable, Equatable
Coin links
-
Project blockchain explorer
Declaration
Swift
public let explorer: [URL]?
-
Project Facebook profile page
Declaration
Swift
public let facebook: [URL]?
-
Project subreddit at Reddit
Declaration
Swift
public let reddit: [URL]?
-
Project twitter account
Declaration
Swift
public let twitter: [URL]?
-
Project code repository
Declaration
Swift
public let sourceCode: [URL]?
-
Project website
Declaration
Swift
public let website: [URL]?
-
Project blog at Medium
Declaration
Swift
public let medium: [URL]?
-
Project explanation/marketing video at Youtube
Declaration
Swift
public let youtube: [URL]?
-
Project explanation/marketing video at Vimeo
Declaration
Swift
public let vimeo: [URL]?
-
Project explanation video
Declaration
Swift
public let videoFile: [URL]?