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

# MessageSignatureResponse

> Swift Structure

**Structure**

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

## Structures

### MessageSignatureResponse.MessageParams

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

## Initializers

### init(from:)

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

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

## Instance Properties

| Property     | Type                                     | Description                                    |
| ------------ | ---------------------------------------- | ---------------------------------------------- |
| `approvals`  | `Approvals`                              | Inherited from `SignatureApiModel.approvals`.  |
| `chainType`  | `String?`                                | Inherited from `SignatureApiModel.chainType`.  |
| `createdAt`  | `Date`                                   | Inherited from `SignatureApiModel.createdAt`.  |
| `id`         | `String`                                 | Inherited from `SignatureApiModel.id`.         |
| `params`     | `MessageSignatureResponse.MessageParams` | -                                              |
| `status`     | `String`                                 | Inherited from `SignatureApiModel.status`.     |
| `type`       | `String`                                 | Inherited from `SignatureApiModel.type`.       |
| `walletType` | `String?`                                | Inherited from `SignatureApiModel.walletType`. |
