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

# NFT

> Swift Structure

**Structure**

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

## Structures

### NFT.Locator

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

### NFT.Metadata

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

## Instance Properties

### chain

```swift theme={null}
let chain: Chain
```

### contractAddress

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

### id

Inherited from `Identifiable.id`.

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

### locator

```swift theme={null}
var locator: NFT.Locator { get }
```

### metadata

```swift theme={null}
let metadata: NFT.Metadata
```

### tokenId

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

### tokenStandard

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