> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/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

| Case          | Description |
| ------------- | ----------- |
| `ada`         | -           |
| `ape`         | -           |
| `apt`         | -           |
| `avax`        | -           |
| `bnb`         | -           |
| `bonk`        | -           |
| `brett`       | -           |
| `busd`        | -           |
| `chz`         | -           |
| `degen`       | -           |
| `eth`         | -           |
| `eurc`        | -           |
| `fuel`        | -           |
| `ip`          | -           |
| `matic`       | -           |
| `mother`      | -           |
| `pol`         | -           |
| `sei`         | -           |
| `sfuel`       | -           |
| `sol`         | -           |
| `sui`         | -           |
| `superverse`  | -           |
| `toshi`       | -           |
| `unknown(_:)` | -           |
| `usdc`        | -           |
| `usdce`       | -           |
| `usdxm`       | -           |
| `vic`         | -           |
| `weth`        | -           |
| `wif`         | -           |
| `xai`         | -           |
| `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

| Property | Type     | Description |
| -------- | -------- | ----------- |
| `name`   | `String` | -           |

## 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

| Property   | Type               | Description                             |
| ---------- | ------------------ | --------------------------------------- |
| `allCases` | `[CryptoCurrency]` | Inherited from `CaseIterable.allCases`. |
