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

# WalletApiModel

> Swift Structure

**Structure**

```swift theme={null}
struct WalletApiModel
```

## Initializers

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

### address

```swift theme={null}
let address: String
```

### chainType

```swift theme={null}
let chainType: ChainType
```

### config

```swift theme={null}
let config: WalletConfigApiModel
```

### createdAt

```swift theme={null}
let createdAt: Date
```

### owner

```swift theme={null}
let owner: Owner?
```

### type

```swift theme={null}
let type: WalletType
```
