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

# StellarTransactionApiModel

> Swift Structure

**Structure**

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

## Structures

### StellarTransactionApiModel.FeeConfig

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

### StellarTransactionApiModel.OnChainData

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

### StellarTransactionApiModel.Params

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

### StellarTransactionApiModel.SendParams

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

### StellarTransactionApiModel.StellarApprovalEntry

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

### StellarTransactionApiModel.StellarApprovals

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

### StellarTransactionApiModel.StellarOnChainTransaction

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

### StellarTransactionApiModel.StellarSubmittedApprovalEntry

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

## Initializers

### init(from:)

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

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

## Instance Properties

### approvals

```swift theme={null}
let approvals: StellarTransactionApiModel.StellarApprovals?
```

### chainType

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

### createdAt

```swift theme={null}
let createdAt: Date
```

### error

```swift theme={null}
let error: TransactionErrorApiModel?
```

### id

Inherited from `Identifiable.id`.

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

### onChain

```swift theme={null}
let onChain: StellarTransactionApiModel.OnChainData
```

### params

```swift theme={null}
let params: StellarTransactionApiModel.Params
```

### sendParams

```swift theme={null}
let sendParams: StellarTransactionApiModel.SendParams?
```

### status

```swift theme={null}
let status: TransactionStatusApiModel
```

### walletType

```swift theme={null}
let walletType: WalletType
```

## Instance Methods

### toDomain(withService:)

Inherited from `TransactionApiModel.toDomain(withService:)`.

```swift theme={null}
func toDomain(withService service: any SmartWalletService) -> Transaction?
```
