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

# ChainAndAddress

> Swift Enumeration

**Enumeration**

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

## Enumeration Cases

### ChainAndAddress.evm(*:*:)

```swift theme={null}
case evm(EVMChain, EVMAddress)
```

### ChainAndAddress.solana(\_:)

```swift theme={null}
case solana(SolanaAddress)
```

### ChainAndAddress.stellar(\_:)

```swift theme={null}
case stellar(StellarAddress)
```

## Instance Properties

### blockchainAddress

```swift theme={null}
var blockchainAddress: any BlockchainAddress { get }
```

### chain

```swift theme={null}
var chain: Chain { get }
```

### description

Inherited from `CustomStringConvertible.description`.

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