> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CryptoCurrency

> Swift Enumeration

**Enumeration**

```swift theme={null}
enum CryptoCurrency
```

## Operators

### `<`(\_:\_:)

Inherited from `Comparable.<(_:_:)`.

```swift theme={null}
static func < (lhs: CryptoCurrency, rhs: CryptoCurrency) -> Bool
```

## Enumeration Cases

### CryptoCurrency.ada

```swift theme={null}
case ada
```

### CryptoCurrency.ape

```swift theme={null}
case ape
```

### CryptoCurrency.apt

```swift theme={null}
case apt
```

### CryptoCurrency.avax

```swift theme={null}
case avax
```

### CryptoCurrency.bnb

```swift theme={null}
case bnb
```

### CryptoCurrency.bonk

```swift theme={null}
case bonk
```

### CryptoCurrency.brett

```swift theme={null}
case brett
```

### CryptoCurrency.busd

```swift theme={null}
case busd
```

### CryptoCurrency.chz

```swift theme={null}
case chz
```

### CryptoCurrency.degen

```swift theme={null}
case degen
```

### CryptoCurrency.eth

```swift theme={null}
case eth
```

### CryptoCurrency.eurc

```swift theme={null}
case eurc
```

### CryptoCurrency.fuel

```swift theme={null}
case fuel
```

### CryptoCurrency.ip

```swift theme={null}
case ip
```

### CryptoCurrency.matic

```swift theme={null}
case matic
```

### CryptoCurrency.mother

```swift theme={null}
case mother
```

### CryptoCurrency.pol

```swift theme={null}
case pol
```

### CryptoCurrency.sei

```swift theme={null}
case sei
```

### CryptoCurrency.sfuel

```swift theme={null}
case sfuel
```

### CryptoCurrency.sol

```swift theme={null}
case sol
```

### CryptoCurrency.sui

```swift theme={null}
case sui
```

### CryptoCurrency.superverse

```swift theme={null}
case superverse
```

### CryptoCurrency.toshi

```swift theme={null}
case toshi
```

### CryptoCurrency.unknown(\_:)

```swift theme={null}
case unknown(String)
```

### CryptoCurrency.usdc

```swift theme={null}
case usdc
```

### CryptoCurrency.usdce

```swift theme={null}
case usdce
```

### CryptoCurrency.usdxm

```swift theme={null}
case usdxm
```

### CryptoCurrency.vic

```swift theme={null}
case vic
```

### CryptoCurrency.weth

```swift theme={null}
case weth
```

### CryptoCurrency.wif

```swift theme={null}
case wif
```

### CryptoCurrency.xai

```swift theme={null}
case xai
```

### CryptoCurrency.xlm

```swift theme={null}
case xlm
```

## Initializers

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

### init(name:)

```swift theme={null}
init(name: String)
```

## Instance Properties

### name

```swift theme={null}
var name: String { get }
```

## Instance Methods

### contains(\_:)

Inherited from `RangeExpression.contains(_:)`.

```swift theme={null}
func contains(_ element: CryptoCurrency) -> Bool
```

### getNumericPriceDecimalsPerCurrency(defaultValue:)

```swift theme={null}
func getNumericPriceDecimalsPerCurrency(defaultValue: Int = 5) -> Int
```

### relative(to:)

```swift theme={null}
func relative<C>(to collection: C) -> Range<C.Index> where C : Collection
```

### relative(to:)

Inherited from `RangeExpression.relative(to:)`.

```swift theme={null}
func relative<C>(to collection: C) -> Range<CryptoCurrency> where C : Collection, C.Index == CryptoCurrency
```

## Type Properties

### allCases

Inherited from `CaseIterable.allCases`.

```swift theme={null}
static var allCases: [CryptoCurrency] { get }
```
