ParentCoin

public struct ParentCoin : Codable, Equatable, CoinType
  • id

    Coin id, eg. btc-bitcoin

    Declaration

    Swift

    public let id: String
  • Coin name, eg. Bitcoin

    Declaration

    Swift

    public let name: String
  • Coin symbol, eg. BTC

    Declaration

    Swift

    public let symbol: String