> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/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

| Property          | Type           | Description                       |
| ----------------- | -------------- | --------------------------------- |
| `chain`           | `Chain`        | -                                 |
| `contractAddress` | `String`       | -                                 |
| `id`              | `String`       | Inherited from `Identifiable.id`. |
| `locator`         | `NFT.Locator`  | -                                 |
| `metadata`        | `NFT.Metadata` | -                                 |
| `tokenId`         | `String`       | -                                 |
| `tokenStandard`   | `String`       | -                                 |
