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

# SolanaSupportedToken

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### SolanaSupportedToken.sol

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

### SolanaSupportedToken.usdc

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

## Instance Properties

### asCryptoCurrency

```swift theme={null}
var asCryptoCurrency: CryptoCurrency { get }
```

### name

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

## Type Methods

### toSolanaSupportedToken(\_:)

```swift theme={null}
static func toSolanaSupportedToken(_ cryptoCurrency: CryptoCurrency?) -> SolanaSupportedToken?
```
