Skip to main content
Enumeration
enum CryptoCurrency

Operators

<(_:_:)

Inherited from Comparable.<(_:_:).
static func < (lhs: CryptoCurrency, rhs: CryptoCurrency) -> Bool

Enumeration Cases

CryptoCurrency.ada

case ada

CryptoCurrency.ape

case ape

CryptoCurrency.apt

case apt

CryptoCurrency.avax

case avax

CryptoCurrency.bnb

case bnb

CryptoCurrency.bonk

case bonk

CryptoCurrency.brett

case brett

CryptoCurrency.busd

case busd

CryptoCurrency.chz

case chz

CryptoCurrency.degen

case degen

CryptoCurrency.eth

case eth

CryptoCurrency.eurc

case eurc

CryptoCurrency.fuel

case fuel

CryptoCurrency.ip

case ip

CryptoCurrency.matic

case matic

CryptoCurrency.mother

case mother

CryptoCurrency.pol

case pol

CryptoCurrency.sei

case sei

CryptoCurrency.sfuel

case sfuel

CryptoCurrency.sol

case sol

CryptoCurrency.sui

case sui

CryptoCurrency.superverse

case superverse

CryptoCurrency.toshi

case toshi

CryptoCurrency.unknown(_:)

case unknown(String)

CryptoCurrency.usdc

case usdc

CryptoCurrency.usdce

case usdce

CryptoCurrency.usdxm

case usdxm

CryptoCurrency.vic

case vic

CryptoCurrency.weth

case weth

CryptoCurrency.wif

case wif

CryptoCurrency.xai

case xai

CryptoCurrency.xlm

case xlm

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

init(name:)

init(name: String)

Instance Properties

name

var name: String { get }

Instance Methods

contains(_:)

Inherited from RangeExpression.contains(_:).
func contains(_ element: CryptoCurrency) -> Bool

getNumericPriceDecimalsPerCurrency(defaultValue:)

func getNumericPriceDecimalsPerCurrency(defaultValue: Int = 5) -> Int

relative(to:)

func relative<C>(to collection: C) -> Range<C.Index> where C : Collection

relative(to:)

Inherited from RangeExpression.relative(to:).
func relative<C>(to collection: C) -> Range<CryptoCurrency> where C : Collection, C.Index == CryptoCurrency

Type Properties

allCases

Inherited from CaseIterable.allCases.
static var allCases: [CryptoCurrency] { get }