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

# EVMTransactionParams

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class EVMTransactionParams(val calls: List<Call>, val chain: EVMChain, val signer: String) : TransactionParams
```

## Constructors

```kotlin theme={null}
constructor(calls: List<Call>, chain: EVMChain, signer: String)
```

## Properties

| Property | Type         | Description |
| -------- | ------------ | ----------- |
| `calls`  | `List<Call>` | -           |
| `chain`  | `EVMChain`   | -           |
| `signer` | `String`     | -           |
