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

# StellarSupportedToken

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### StellarSupportedToken.usdxm

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

### StellarSupportedToken.xlm

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

## Instance Properties

### asCryptoCurrency

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

### name

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

## Type Methods

### toStellarSupportedToken(\_:)

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