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

# TransferTokenRequest

> Swift Structure

**Structure**

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

## Initializers

### init(chainType:tokenLocator:recipient:amount:signer:idempotencyKey:)

```swift theme={null}
init(chainType: ChainType, tokenLocator: String, recipient: String, amount: String, signer: String? = nil, idempotencyKey: String? = nil)
```

## Instance Properties

### amount

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

### chainType

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

### idempotencyKey

```swift theme={null}
let idempotencyKey: String?
```

### recipient

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

### signer

```swift theme={null}
let signer: String?
```

### tokenLocator

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