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

| Case    | Description |
| ------- | ----------- |
| `usdxm` | -           |
| `xlm`   | -           |

## Instance Properties

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

## Type Methods

### toStellarSupportedToken(\_:)

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