Array

struct Array<Element> : _DestructorSafeContainer
  • Filter links array with given type

    Declaration

    Swift

    func with(type: CoinExtended.Link.LinkType) -> [CoinExtended.Link]

    Parameters

    type

    requested link type

    Return Value

    links array

  • Filter links array with given type

    Declaration

    Swift

    func with(types: [CoinExtended.Link.LinkType]) -> [CoinExtended.Link]

    Parameters

    type

    requested link type

    Return Value

    links array

  • Project blockchain explorer

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .explorer﹚ method directly")
    var explorer: [URL]? { get }
  • Project Facebook profile page

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .facebook﹚ method directly")
    var facebook: [URL]? { get }
  • Project subreddit at Reddit

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .reddit﹚ method directly")
    var reddit: [URL]? { get }
  • Project twitter account

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .twitter﹚ method directly")
    var twitter: [URL]? { get }
  • Project code repository

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .sourceCode﹚ method directly")
    var sourceCode: [URL]? { get }
  • Project website

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .website﹚ method directly")
    var website: [URL]? { get }
  • Project blog at Medium

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .medium﹚ method directly")
    var medium: [URL]? { get }
  • Project explanation/marketing video at Youtube

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .youtube﹚ method directly")
    var youtube: [URL]? { get }
  • Project explanation/marketing video at Vimeo

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .vimeo﹚ method directly")
    var vimeo: [URL]? { get }
  • Project explanation video

    Declaration

    Swift

    @available(*, deprecated, message: "Use .with(type: .videoFile﹚ method directly")
    var videoFile: [URL]? { get }
  • Declaration

    Swift

    public static var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy? { get }
  • Declaration

    Swift

    public static var decoder: JSONDecoder { get }
  • Declaration

    Swift

    public static var dateEncodingStrategy: JSONEncoder.DateEncodingStrategy? { get }
  • Declaration

    Swift

    public static var encoder: JSONEncoder { get }