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

# SolanaTransactionApiModel

> Swift Structure

**Structure**

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

## Structures

### SolanaTransactionApiModel.FeeConfig

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

### SolanaTransactionApiModel.OnChainData

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

### SolanaTransactionApiModel.Params

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

### SolanaTransactionApiModel.SendParams

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

### SolanaTransactionApiModel.SolanaApprovalEntry

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

### SolanaTransactionApiModel.SolanaApprovals

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

### SolanaTransactionApiModel.SolanaSubmittedApprovalEntry

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

## Initializers

### init(from:)

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

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

## Instance Properties

| Property     | Type                                         | Description                       |
| ------------ | -------------------------------------------- | --------------------------------- |
| `approvals`  | `SolanaTransactionApiModel.SolanaApprovals?` | -                                 |
| `chainType`  | `String?`                                    | -                                 |
| `createdAt`  | `Date`                                       | -                                 |
| `error`      | `TransactionErrorApiModel?`                  | -                                 |
| `id`         | `String`                                     | Inherited from `Identifiable.id`. |
| `onChain`    | `SolanaTransactionApiModel.OnChainData`      | -                                 |
| `params`     | `SolanaTransactionApiModel.Params`           | -                                 |
| `sendParams` | `SolanaTransactionApiModel.SendParams?`      | -                                 |
| `status`     | `TransactionStatusApiModel`                  | -                                 |
| `walletType` | `WalletType`                                 | -                                 |

## Instance Methods

### toDomain()

Inherited from `TransactionApiModel.toDomain()`.

```swift theme={null}
func toDomain() -> Transaction
```
