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

# 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

| Property         | Type        | Description |
| ---------------- | ----------- | ----------- |
| `amount`         | `String`    | -           |
| `chainType`      | `ChainType` | -           |
| `idempotencyKey` | `String?`   | -           |
| `recipient`      | `String`    | -           |
| `signer`         | `String?`   | -           |
| `tokenLocator`   | `String`    | -           |
